@charset "UTF-8";
/* 2022.11.14 .sub_area .sub_contents 調整 line:1196～ */
/*-fullscreen-*/
/*- 2020.05.26 追加 -*/
.zindex_zero {
  z-index: 0;
}

/*- 他と干渉して（上に重なって）何か影響がありそうなので取り合えず非表示にする 元はdiff.css 2019.03.15 -*/
#cf_mainframe:after {
  display: none;
}

/*- フッターを一番下に固定するためのwrapper -*/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/*- フッター -*/
footer {
  z-index: 1;
}

footer.global {
  margin-top: auto;
  position: relative;
}

.dummy_cfplayer {
  width: 100%;
}

/*- フルスクリーンモードの時に消す -*/
#cf_fullscreen:fullscreen {
  background-color: #c1bbab;
}
#cf_fullscreen:fullscreen ~ div {
  display: none;
}

/*- notフルスクリーンモード時 -*/
/*- webkit-full-screenだとfirefoxで無視されたのでベンダープレフィックスを外した -*/
#cf_fullscreen:not(:fullscreen) {
  /*- 一時 2021.10.05 -*/
}
#cf_fullscreen:not(:fullscreen) .full_container {
  min-height: inherit;
  height: auto;
  height: auto;
  min-height: inherit;
}
#cf_fullscreen:not(:fullscreen) .aspect_wrapper {
  min-height: calc(0.56667 * 100vw);
  height: auto;
}
#cf_fullscreen:not(:fullscreen) .aspect_wrapper {
  min-height: calc(0.56667 * (100vw - 326px));
}

/*-2018.07.31_flexbox化-*/
.full_container {
  /*-min-heightだけだとIE11で不具合が出た-*/
  height: 100%;
  height: 100vh;
  min-height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*-flexboxで縦組-*/
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.aspect_wrapper {
  position: relative;
  top: 0;
  /*-flexboxで伸びる指定-*/
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collision_div {
  /*- media screen切替の判定用div 2019.05.14 -*/
  width: 1px;
  height: 1px;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  /*-
  	width: 10px;
  	height: 10px;
  	z-index: 100;
  	background: #f00;-*/
}

.fullscreen {
  z-index: 10;
}
.fullscreen .controller_div {
  position: relative;
  margin-top: -18px;
}
.fullscreen .controller_div .floating_window {
  /*-2019.04.11 追加 floating_windowでのposition:fixedの画面の追従を解除するために -*/
  position: absolute;
  /*-2020.05.26 追加 floating_windowの位置を無効化 -*/
  top: auto;
  left: auto;
  margin: 0;
}
.fullscreen.controller_none .controller_div, .fullscreen.mode_script .controller_div {
  /*- 下にあるcontrollerを非表示にする-*/
  display: none;
}
.fullscreen.controller_none .controller_top_div {
  /*- controllerを非表示にする-*/
  display: none;
}
.fullscreen.mode_script .controller_top_div {
  /*- controllerを非表示にする-*/
  display: none;
}
.fullscreen .aspect_wrapper {
  /*-縦横比保つためのもの-*/
  max-width: 100%;
  width: 100%;
}
.fullscreen .aspect_base {
  /*-縦横比保つためのもの-*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fullscreen .sub_area,
.fullscreen .sub_contents {
  max-width: 640px;
  width: 100%;
  position: fixed;
  top: auto;
  left: auto;
  margin: 0;
}
.fullscreen .sub_area {
  /*-両サイドに隙間を作る-*/
  width: 98%;
  width: calc(100% - 10px);
  z-index: 1;
  margin: 0;
}
.fullscreen .sub_contents_inner {
  border-radius: 10px 0 10px 10px;
  margin: auto;
  border-radius: 10px 10px 0 10px;
}
.fullscreen .sub_contents_inner:before {
  border-radius: 10px 0 10px 10px;
}
.fullscreen .sub_contents_inner .mbox_chara_kai {
  margin-left: -3px;
  margin-top: -26px;
}
.fullscreen .m_txt_kai .m_name_kai {
  top: 5px;
  left: -28px;
  z-index: -1;
}
.fullscreen .m_txt_kai .m_name_kai p {
  min-height: 25px;
}
.fullscreen #cf_ctrlmsg_base {
  height: 24px;
  width: 160px;
  border-radius: 8px 12px 0 0;
  top: -21px;
  right: -1px;
  border-radius: 8px 12px 0 0;
  z-index: 10;
  background-color: #c6ec87;
  border: 1px solid #adda90;
  border-bottom: none;
  border-left: none;
  background-image: none;
}
.fullscreen #cf_ctrlmsg_base:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/common/mesesage_forward.png);
  background-position: -4px -3px;
  background-repeat: no-repeat;
  right: 3px;
  left: 4px;
  height: 22px;
  z-index: -1;
  background-color: #4e412a;
  top: 4px;
  border-radius: 0 0 8px 8px;
}
.fullscreen .list_menu_inner > div {
  position: absolute;
  width: 100%;
  top: 10px;
  bottom: 10px;
  height: auto;
}
.fullscreen .list_menu_inner > p + div {
  /*-Pタイトルがある時用-*/
  top: 5.5em;
}
.fullscreen .main_button.fix_style, .fullscreen .main_button.list_style {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullscreen .list_menu_wrapper,
.fullscreen .main_button.fix_style,
.fullscreen .main_button.list_style {
  text-align: center;
  left: 10px;
  right: 10px;
  top: 30px;
  bottom: 150px;
  max-height: 560px;
  /*-vw未対応ブラウザ用-*/
  max-height: calc(100vw * 0.56 - 50px);
  top: calc(100vw * 0.09);
  bottom: calc(100vw * 0.09);
  z-index: 1;
}
.fullscreen .list_menu_wrapper:before,
.fullscreen .main_button.fix_style:before,
.fullscreen .main_button.list_style:before {
  content: "";
  display: block;
  width: 100%;
}
.fullscreen .list_menu_dupple {
  max-width: 600px;
  /*-センター合わせ横のみ-*/
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 0;
  height: 98%;
  margin: 0;
}
.fullscreen .list_menu_inner {
  bottom: 5px;
}
@media screen and (max-width: 800px) {
  .fullscreen .list_menu_inner p + div {
    /*-Pタイトルがある時用-*/
    top: 4em;
  }
}
.fullscreen #cf_menutimer {
  /*-タイマー-*/
  right: auto;
  left: 40px;
  top: 50px;
  z-index: 500;
}
.fullscreen .hide_controller {
  background-color: rgba(0, 0, 0, 0.4);
}
.fullscreen .hide_controller > div {
  width: 100%;
  background-color: transparent;
  padding: 5px;
  border: none;
}
.fullscreen .hide_controller > div p {
  background-color: #fff;
  border-radius: 10px;
  text-shadow: none;
}
.fullscreen .hide_controller > div p:first-of-type {
  margin: 5px auto 0;
  border-radius: 8px 8px 0 0;
}
.fullscreen .hide_controller > div p:last-of-type {
  margin: 0 auto 5px;
  border-radius: 0 0 8px 8px;
}
.fullscreen .hide_controller > div p:first-of-type:last-of-type {
  border-radius: 10px;
  margin: 5px auto;
}
.fullscreen .hide_controller:not(.none) + #cf_mbctrl_base {
  opacity: 0.5;
}

.bottom_area {
  position: relative;
  top: auto;
  left: auto;
  height: 0;
  z-index: 1;
}
.bottom_area.put_down {
  /*- 2018.07.31_ウィンドウの最下部ではなくウィンドウを縦に伸ばしてもメインフレームのすぐ下が最大値になるように調整 -*/
  position: absolute;
  top: 0;
  width: 100%;
  /*-仕組み上 メインフレームに被さっているのでボタンなどを押せなくなるなど悪影響を避けるために画面外に移動させ下の子divをmargiin-leftで戻すことをしている-*/
}
.bottom_area.put_down > div {
  margin-left: 100%;
  /*-bottom_areaで画面外に移動させたのを戻す-*/
}
.bottom_area.put_down .sub_area,
.bottom_area.put_down .sub_contents {
  position: absolute;
  bottom: 1.5%;
  /*-vw未対応用-*/
  bottom: 1.5vw;
  /*-2019.03.14 追加調整-*/
  margin-bottom: calc((100vw - 100%) * 0.56667);
  /*- スクロールバー分で開いたスペースをmarginで開ける（スクロールバーが無い時は0になる）-*/
}

/*-2018.06.06追加-*/
/*-移動モード：移動パネル表示、メッセージ消去-*/
.list_button {
  border-radius: 2.5vmin 0.6vmin;
}
.list_button a:before {
  content: none;
}
.list_button:before {
  border-radius: 0.6vmin;
}
.list_button.select_b {
  border-radius: 0.8vmin;
}
.list_button.select_b:after {
  top: 0.2vmin;
  right: 0.2vmin;
  bottom: 0.2vmin;
  left: 0.2vmin;
}

.controller_top_div {
  /*-TOPに移動用コントローラーdiv-*/
  margin: auto;
  display: none;
  width: 100%;
  height: auto;
}
.controller_top_div .ctrl_set.map_viewer {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  border-radius: 0;
  border: none;
  min-height: 0;
  min-width: 0;
}
.controller_top_div .ctrl_set.map_viewer > div:first-of-type {
  /*-googlemapのタイトル消す-*/
  display: none;
}
.controller_top_div .drag_area {
  /*-移動用コントローラー、動かすためのドラッグエリア-*/
  display: none;
}
.controller_top_div .controller {
  display: block;
  height: inherit;
  overflow: hidden;
  /*-サイズからはみ出た場合にスクロールになるのを回避-*/
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 0;
  background-color: #e5f6cb;
  border: none;
  border-top: 1px solid #daf2b5;
  border-radius: 0;
  z-index: 1;
  /*-トップの設定メニューが隠れる-*/
}
.controller_top_div .controller > div {
  height: inherit;
  /*-上のdivの高さを参照-*/
  max-width: 640px;
  /*-ctrl_side_buttonのボタンが一列に並ぶのを避けるために制限-*/
}
.controller_top_div .controller:before {
  background-color: #fff;
  top: 3px;
  right: 4px;
  bottom: 3px;
  left: 4px;
  border-radius: 10px;
  opacity: 1;
}
.controller_top_div .controller:after {
  display: none;
}
.controller_top_div .controller .ctrl_direction_wrapper {
  width: 135px;
  margin: 8px 28px;
  /*- ctrl_option_buttonのスペース確保-*/
  height: inherit;
  /*-上のdivの高さを参照-*/
}
.controller_top_div .controller .ctrl_direction_wrapper .ctrl_direction2 {
  width: 96%;
  padding-bottom: 65.6%;
}
.controller_top_div .controller .ctrl_direction_wrapper .ctrl_direction_inner {
  padding-top: 64%;
}
.controller_top_div .controller .ctrl_direction_wrapper div[class^="ctrl_option_button"]:not(.ctrl_option_button3) {
  /*-前方一致class名-*/
  margin-top: 0;
  height: 100%;
  width: 30%;
}
.controller_top_div .controller .ctrl_direction_wrapper .ctrl_option_button2 {
  margin-right: -25%;
}
.controller_top_div .controller .ctrl_direction_wrapper .ctrl_option_button1 {
  margin-left: -25%;
}
.controller_top_div .controller .ctrl_direction_wrapper .ctrl_option_button3 {
  width: 28%;
  height: 0;
}
.controller_top_div .controller .ctrl_direction_wrapper .ctrl_option_button3 > button {
  margin-top: 80%;
}
.controller_top_div .controller div[class^="ctrl_side_button"] {
  /*-前方一致class名-*/
  /*-2018.06.12.minisetを外せば楽なのだがjsで外のを中に移動させることを想定して.minisetのblockを打ち消してflexに戻す処理-*/
  margin: 12px 10px;
}
.controller_top_div .controller div[class^="ctrl_side_button"] button {
  max-width: 180px;
  margin: 0;
  min-height: 24px;
}
.controller_top_div .controller div[class^="ctrl_side_button"] button ~ button {
  margin: 6px 0 0;
}
.controller_top_div .ctrl_octas:before {
  /*-8方向背景の上下左右の三角-*/
  top: -5%;
  right: -5%;
  bottom: -5%;
  left: -5%;
}
.controller_top_div .other_area_iframe_wrapper .other_area_iframe {
  /*-googlemap-*/
  height: 100px;
  min-height: 0;
}
.controller_top_div .other_area_iframe_wrapper .other_area_iframe iframe {
  min-height: 0;
}

.fullscreen .main_button.fix_style .list_button {
  width: 35%;
  height: 20%;
  min-height: 0;
  font-size: 120%;
}
.fullscreen .main_button.fix_style.b_count3 .list_button, .fullscreen .main_button.fix_style.b_count2 .list_button, .fullscreen .main_button.fix_style.b_count1 .list_button {
  width: 80%;
  max-height: 60px;
  height: calc(22% - 100vw * 0.02);
  left: auto;
  right: auto;
}
.fullscreen .main_button.fix_style.b_count4 .list_button {
  height: 25%;
}
.fullscreen .main_button.list_style .list_style_inner {
  height: 100%;
  max-width: 80%;
}
.fullscreen .main_button.list_style .list_style_inner .list_button:first-of-type {
  margin-top: 0;
}
.fullscreen .main_button.list_style .list_button {
  width: 100%;
  max-height: 11%;
  height: 100%;
  margin: 0;
  font-size: 120%;
}
.fullscreen .main_button.list_style .list_button a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: 512px;
  width: 100%;
}
.fullscreen .main_button.list_style .list_button.list_button_icon a {
  max-width: 100%;
  width: 100%;
}
.fullscreen .main_button.list_style.b_count2 .list_button {
  margin: 4% auto 0;
}
.fullscreen .main_button.list_style.b_count3 .list_button {
  margin: 3.75% auto 0;
}
.fullscreen .main_button.list_style.b_count4 .list_button {
  margin: 3.5% auto 0;
}
.fullscreen .main_button.list_style.b_count5 .list_button {
  margin: 3.25% auto 0;
}
.fullscreen .main_button.list_style.b_count6 .list_button {
  margin: 3% auto 0;
}

.sidemenu {
  height: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  left: 0;
}
.sidemenu .sidemenu_inner {
  display: none;
}
.sidemenu.on {
  /*-メニュー表示-*/
  position: absolute;
  z-index: 500;
}
.sidemenu.on .setting_btn {
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  z-index: 610;
}
.sidemenu.on .setting_btn:before {
  right: auto;
  left: -5px;
}
.sidemenu.on .setting_btn p:before {
  right: auto;
  left: 60px;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #eeffc8;
}
.sidemenu.on .sidemenu_inner {
  display: block;
}
.sidemenu .setting_btn {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  -moz-box-shadow: 1px 2px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 0 2px rgba(0, 0, 0, 0.2);
  margin: 0;
  text-align: center;
  padding: 0;
}
.sidemenu .setting_btn p {
  /*-文字を見えなくする-*/
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.sidemenu .setting_btn p:before {
  /*-三角-*/
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: auto;
  right: 60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #eeffc8 transparent transparent;
}
.sidemenu .setting_btn:before {
  position: relative;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  left: auto;
  right: -5px;
}

.sidemenu_inner {
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  -moz-box-shadow: 0px 2px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0 2px rgba(0, 0, 0, 0.2);
  right: 3px;
  top: 10px;
  max-width: 100%;
  min-height: 200px;
  border: 1px solid #c9ea84;
  border-right: none;
  background-color: #eaf7ce;
  z-index: 600;
  padding: 20px 12px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sidemenu_inner:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 20px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  z-index: -1;
}
.sidemenu_inner .midashi_p {
  margin: 10px;
}
.sidemenu_inner .player_setting {
  background-color: #f5f5f5;
  width: auto;
  position: static;
  margin: 10px;
}
.sidemenu_inner .player_setting > p {
  display: none;
}
.sidemenu_inner .player_setting > div {
  text-align: left;
}
.sidemenu_inner .player_setting button {
  min-width: 40px;
  margin-left: 4px;
}

.midashi_p {
  /*-小見出し-*/
  border-bottom: 1px solid #c9ea84;
  font-size: 100%;
  font-weight: bold;
  color: #8dbc1f;
  margin: 10px 0;
}

.midashi_tes {
  /*-大見出し-*/
  border-bottom: 1px solid #c9ea84;
  font-size: 150%;
  font-weight: bold;
  color: #8dbc1f;
}

.btn_menu {
  margin: 10px;
}
.btn_menu button[class*="_btn "], .btn_menu button[class$="_btn"] {
  /*-後方一致class名-*/
  height: 64px;
  width: 72px;
  min-width: 0;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0 1px rgba(0, 0, 0, 0.1);
}
.btn_menu button[class*="_btn "]:before, .btn_menu button[class$="_btn"]:before {
  left: 16px;
  top: 1px;
}
.btn_menu button[class*="_btn "] p, .btn_menu button[class$="_btn"] p {
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  margin-top: 13px;
  /*-センター合わせ縦のみ-*/
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 11px;
}

body.fullscreen .msg_btn_nav {
  /*-ベース-*/
  width: 332px;
  height: 114px;
  left: 50%;
  margin-left: -167px;
}

/*-サイドバー追加仕様-*/
/*-ad_banner_side、ad_banner_sideL共用-*/
[class*="ad_banner_side"] {
  background-color: #83b314;
  border-radius: 8px 8px 0 0;
}

.ad_banner_header {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 24px;
  overflow: hidden;
  border: none;
  font-size: 12px;
  color: #ffffff;
  position: relative;
}
.ad_banner_header p {
  padding: 3px 8px 2px;
}
.ad_banner_header + .ad_banner_link {
  margin-top: 0;
}

.ad_banner {
  width: 100%;
  max-height: 136px;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 10px;
}
.ad_banner .ad_banner_header {
  background-color: #83b314;
  max-width: 748px;
  width: calc(100% - 20px);
  margin: 2px auto 1px;
  min-height: 0;
  text-align: left;
  border-radius: 6px 6px 0 0;
}
.ad_banner .ad_banner_header p {
  padding: 0 8px;
}

.ad_banner_link {
  display: block;
  max-width: 748px;
  margin: 10px auto 0;
  width: calc(100% - 20px);
}
.ad_banner_link img {
  /*-隙間を無くす-*/
  vertical-align: top;
  width: 100%;
}

/*-バナー入れたらずれたので-*/
.header_logo {
  top: inherit;
  left: inherit;
}

.side_menu_div {
  /*-通常非表示、$side_size900 以上で表示-*/
  display: none;
  width: 310px;
  z-index: 5;
}

.side_menu_div_inner {
  overflow: auto;
}
.side_menu_div_inner .ad_banner_link {
  width: inherit;
  max-width: 9999px;
  margin: auto;
  height: inherit;
}
.side_menu_div_inner > div {
  /*-ad_banner_sideを想定 広告枠-*/
  margin: 0 auto 10px;
  width: 300px;
}
.side_menu_div_inner .page_navi {
  padding: 0 0;
  background-color: #33aadd;
  border: 1px solid #33aadd;
  border-radius: 10px;
  overflow: hidden;
}
.side_menu_div_inner #cf_smartbbs_tv,
.side_menu_div_inner #cf_smartbbs_log {
  display: block;
  width: auto;
  margin: auto;
  height: 300px;
  overflow: hidden;
  padding: 0;
}
.side_menu_div_inner #cf_smartbbs_tv::after,
.side_menu_div_inner #cf_smartbbs_log::after {
  display: none;
}
.side_menu_div_inner #cf_smartbbs_log li.twitter {
  width: auto;
  min-width: 0;
  margin: auto;
  border-radius: 0;
}
.side_menu_div_inner #cf_smartbbs_log li.twitter:first-child {
  margin-left: 0;
}
.side_menu_div_inner #cf_smartbbs_log li.twitter:last-child {
  margin-right: 0;
}
.side_menu_div_inner .page_previous,
.side_menu_div_inner .page_next {
  display: none;
}

.side_menu_button_div button {
  margin: 4px 5px;
  margin-right: 4px;
  padding: 2px 8px;
  color: #19335f;
  background: linear-gradient(#ffffff, #eeeeee) repeat scroll 0 0 transparent;
  border: 1px solid #33aadd;
  border-radius: 5px;
}
.side_menu_button_div button.page2_previous {
  float: left;
}
.side_menu_button_div button.page2_next {
  float: right;
}

.wrapper[class*="side_menu_"] {
  /*- side_menu_LR両方共用（部分一致）-*/
  position: relative;
}
.wrapper[class*="side_menu_"] .ad_banner {
  width: 100%;
  position: relative;
}
.wrapper[class*="side_menu_"] .base_gray,
.wrapper[class*="side_menu_"] .base_beige {
  margin: 5px;
}
.wrapper[class*="side_menu_"] .full_container {
  /*-  2021.10.05 追加 -*/
  margin-bottom: 20px;
}

/*- $side_size900 以上  -*/
@media screen and (min-width: 900px) {
  .wrapper[class*="side_menu_"] .base_gray,
  .wrapper[class*="side_menu_"] .base_beige {
    margin: 5px 0 5px 5px;
  }
  .wrapper[class*="side_menu_"] .side_menu_div {
    position: absolute;
    top: 128px;
    bottom: calc(128px + 60px);
  }
  .wrapper[class*="side_menu_"] .list_menu_wrapper {
    top: calc((100vw - 300px) * 0.09);
    max-height: 236px;
    max-height: calc((100vw - 300px) * 0.38);
  }
  .wrapper[class*="side_menu_"] .main_button.fix_style {
    top: calc((100vw - 300px) * 0.09);
    max-height: 236px;
    max-height: calc((100vw - 300px) * 0.38);
  }
  .wrapper.side_menu_r {
    width: calc(100% - 310px);
  }
  .wrapper.side_menu_r .ad_banner {
    width: calc(100% + 310px);
  }
  .wrapper.side_menu_r footer.global {
    width: calc(100% + 310px);
  }
  .wrapper.side_menu_r .side_menu_div.menu_r {
    /*-右バナー-*/
    right: -310px;
    display: block;
    /*-表示-*/
  }
  .wrapper.side_menu_l:not(.side_menu_r) {
    width: calc(100% - 310px);
    margin-left: auto;
  }
  .wrapper.side_menu_l:not(.side_menu_r) .ad_banner {
    width: calc(100% + 310px);
    left: -310px;
  }
  .wrapper.side_menu_l:not(.side_menu_r) footer.global {
    width: calc(100% + 310px);
    left: -310px;
  }
  .wrapper.side_menu_l:not(.side_menu_r) .side_menu_div.menu_l {
    /*-左バナー-*/
    left: -310px;
    display: block;
    /*-表示-*/
  }
  .wrapper.side_menu_l .list_menu_wrapper,
  .wrapper.side_menu_l .main_button.fix_style,
  .wrapper.side_menu_l .main_button.list_style, .wrapper.side_menu_r .list_menu_wrapper,
  .wrapper.side_menu_r .main_button.fix_style,
  .wrapper.side_menu_r .main_button.list_style {
    top: calc(100vw * 0.06);
    bottom: calc(160px + 100vw * 0.075);
  }
}
/*- $side_size1200 以上 -*/
@media screen and (min-width: 1200px) {
  .wrapper.side_menu_r.side_menu_l .list_menu_wrapper {
    top: calc((100vw - 600px) * 0.095);
    max-height: calc((100vw - 600px) * 0.36);
  }
  .wrapper[class*="side_menu_"] .base_gray,
  .wrapper[class*="side_menu_"] .base_beige {
    margin: 5px 0 5px 0;
  }
  .wrapper.side_menu_l.side_menu_r {
    width: calc(100% - 620px);
    margin: auto;
  }
  .wrapper.side_menu_l.side_menu_r .ad_banner {
    width: calc(100% + 620px);
    left: -310px;
  }
  .wrapper.side_menu_l.side_menu_r footer.global {
    width: calc(100% + 620px);
    left: -310px;
  }
  .wrapper.side_menu_l.side_menu_r .side_menu_div.menu_l {
    /*-左バナー-*/
    left: -310px;
    display: block;
    /*-表示-*/
  }
  .wrapper.side_menu_l.side_menu_r .list_menu_wrapper,
  .wrapper.side_menu_l.side_menu_r .main_button.fix_style,
  .wrapper.side_menu_l.side_menu_r .main_button.list_style {
    top: calc(100vw * 0.05);
    bottom: calc(320px + 100vw * 0.07);
  }
}
/*-リストメニュー最小想定あとで整理-*/
.fullscreen .header_menu {
  float: none;
  order: 10;
}
.fullscreen header {
  height: 32px;
  background-image: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM5YmQ1M2QiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2FmZGY2MCIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZjBmZWQ3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWNmY2QxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 4, color-stop(50%, #9bd53d), color-stop(75%, #afdf60), color-stop(75%, #f0fed7), color-stop(100%, #ecfcd1));
  background-image: -moz-linear-gradient(top, #9bd53d 2px, #afdf60 3px, #f0fed7 3px, #ecfcd1 4px);
  background-image: -webkit-linear-gradient(top, #9bd53d 2px, #afdf60 3px, #f0fed7 3px, #ecfcd1 4px);
  background-image: linear-gradient(to bottom, #9bd53d 2px, #afdf60 3px, #f0fed7 3px, #ecfcd1 4px);
  overflow: hidden;
  *zoom: 1;
  overflow: visible;
  position: static;
  z-index: 1;
}
.fullscreen header .sidemenu {
  position: static;
  margin-right: 5px;
}
.fullscreen header .sidemenu.on {
  position: static;
}
.fullscreen header .sidemenu.on .sidemenu_inner {
  right: 0;
  top: 44px;
}
.fullscreen header .sidemenu.on .setting_btn,
.fullscreen header .sidemenu .setting_btn {
  position: relative;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 7px;
}

.header_logo {
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  transform-origin: 0 0;
  z-index: 2;
  /*-ie11用-*/
}
.header_logo:before {
  content: none;
}
.header_logo:after {
  content: none;
}

/*-　ヘッダーメニュー（設定ボタンを押したときに出るメニュー）からヘッダーにある重複してるボタンを消す 2019.01.21　-*/
.header_setting_wrapper .sidemenu_inner {
  min-height: 128px;
}
.header_setting_wrapper .sidemenu_inner .header_off {
  display: none;
}

/*-2019.02.16 ログインメニュー追加-*/
.login_menu .login_menu_inner > div span {
  position: absolute;
  margin-top: -14px;
  margin-left: 5px;
  color: #b3b3b3;
  /*-880px以下での打消し用-*/
  width: auto;
  font-size: 86%;
}
.login_menu .login_menu_inner p.error_msg {
  /*-エラーメッセージ調整-*/
  max-width: 280px;
  background-color: transparent;
  margin: 0;
  padding: 6px;
  border: none;
  position: static;
  font-size: 90%;
}
.login_menu .login_menu_inner p.error_msg::before, .login_menu .login_menu_inner p.error_msg::after {
  display: none;
}

.login_menu_inner > div {
  /*-880px以下での打消し用-*/
  display: inline-block;
  margin: 1px;
}
.login_menu_inner input {
  /*-880px以下での打消し用-*/
  margin: 0;
}

.sidemenu_inner .login_menu {
  display: block;
  position: relative;
  border: none;
  margin: 10px;
  top: 0;
  right: 0;
  height: auto;
  background-color: #f5f5f5;
  border-color: #eee;
  border-width: 1px 0;
  border-style: solid;
  /*-880px以下での打消し用-*/
  box-shadow: none;
  border-radius: 0;
}
.sidemenu_inner .login_menu .login_menu_inner {
  margin-right: 0;
  /*-880px以下での打消し用-*/
  border-radius: 0;
  background-color: transparent;
}
.sidemenu_inner .login_menu .login_menu_inner button {
  right: 0;
  top: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
}

/*-半透明メッセージウィンドウ-*/
/*- 横480px以上のみ -*/
@media screen and (min-width: 480px) {
  .sub_contents.msg_compact #cf_ctrlmsg_base {
    /*-メッセージをコンパクト化-*/
    background-color: transparent;
    border: none;
    right: -3px;
    top: 100%;
    margin-top: -4px;
  }
  .sub_contents.msg_compact .sub_contents_inner .mbox_chara_kai {
    margin: 0;
  }
  .sub_contents.msg_compact .sub_contents_inner {
    width: 98%;
    margin: 20px 0 0 1%;
    background-color: rgba(0, 0, 0, 0.55);
    border: none;
    min-height: 0;
  }
  .sub_contents.msg_compact .sub_contents_inner:before, .sub_contents.msg_compact .sub_contents_inner:after {
    content: none;
  }
  .sub_contents.msg_compact .sub_contents_inner .mbox_chara_kai {
    z-index: inherit;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    border: none;
    background: none;
    width: 120px;
    height: 120px;
    background: transparent;
    position: absolute;
    left: 0px;
    bottom: 0;
  }
  .sub_contents.msg_compact .sub_contents_inner .mbox_chara_kai:before, .sub_contents.msg_compact .sub_contents_inner .mbox_chara_kai:after {
    content: none;
  }
  .sub_contents.msg_compact .sub_contents_inner .mbox_chara_kai + .m_txt_kai {
    margin-left: 128px;
    min-height: 110px;
  }
  .sub_contents.msg_compact .sub_contents_inner .m_txt_kai .m_name_kai {
    position: static;
  }
  .sub_contents.msg_compact .sub_contents_inner .m_txt_kai .m_name_kai p {
    min-height: 0;
    display: block;
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    font-size: 116.66667%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  }
  .sub_contents.msg_compact .sub_contents_inner .m_txt_kai .m_middle_kai {
    margin: 0;
    padding: 0.2em 0.1em;
    border: none;
    position: static;
  }
  .sub_contents.msg_compact .sub_contents_inner .m_txt_kai .m_txt_area_kai {
    margin: 0;
    color: #d7ffbe;
    font-size: 116.66667%;
    line-height: 1.55;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  }
  .sub_contents.msg_compact #cf_face_area {
    width: 120px;
    height: 120px;
    left: 0;
    top: 0;
    background: transparent;
  }
}
header {
  display: none;
}

/* 2022.11.14 調整 */
@media screen and (max-aspect-ratio: 2 / 1) and (min-width: 1530px), screen and (min-aspect-ratio: 2 / 1) and (min-height: 800px) {
  /*-アスペクト比が2:1以下かつ幅が$min_w以上 or アスペクト比が2:1以上かつ高さが$min_h以上-*/
  .fullscreen .sub_area,
  .fullscreen .sub_contents {
	/* 旧
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -moz-transform: scale(1.15) translateX(-50%);
    -ms-transform: scale(1.15) translateX(-50%);
    -webkit-transform: scale(1.15) translateX(-50%);
    transform: scale(1.15) translateX(-50%);
	*/
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -moz-transform: scale(1.15) translateX(0%);
    -ms-transform: scale(1.15) translateX(0%);
    -webkit-transform: scale(1.15) translateX(0%);
    transform: scale(1.15) translateX(0%);
    transform-origin: top left;
  }
  .fullscreen .list_menu_wrapper {
    bottom: 180px;
  }
}
@media screen and (max-aspect-ratio: 2 / 1) and (min-width: 1800px), screen and (min-aspect-ratio: 2 / 1) and (min-height: 960px) {
  /*-アスペクト比が2:1以下かつ幅が$min_w以上 or アスペクト比が2:1以上かつ高さが$min_h以上-*/
  .fullscreen .sub_area,
  .fullscreen .sub_contents {
	/* 旧
    -moz-transform: scale(1.3) translateX(-50%);
    -ms-transform: scale(1.3) translateX(-50%);
    -webkit-transform: scale(1.3) translateX(-50%);
    transform: scale(1.3) translateX(-50%);
	*/
    -moz-transform: scale(1.3) translateX(0%);
    -ms-transform: scale(1.3) translateX(0%);
    -webkit-transform: scale(1.3) translateX(0%);
    transform: scale(1.3) translateX(0%);
    transform-origin: top left;
  }
  .fullscreen .list_menu_wrapper {
    bottom: 200px;
  }
}
@media screen and (max-aspect-ratio: 2 / 1) and (min-width: 2160px), screen and (min-aspect-ratio: 2 / 1) and (min-height: 1120px) {
  /*-アスペクト比が2:1以下かつ幅が$min_w以上 or アスペクト比が2:1以上かつ高さが$min_h以上-*/
  .fullscreen .sub_area,
  .fullscreen .sub_contents {
	/* 旧
    -moz-transform: scale(1.6) translateX(-50%);
    -ms-transform: scale(1.6) translateX(-50%);
    -webkit-transform: scale(1.6) translateX(-50%);
    transform: scale(1.6) translateX(-50%);
    */
    -moz-transform: scale(1.6) translateX(0%);
    -ms-transform: scale(1.6) translateX(0%);
    -webkit-transform: scale(1.6) translateX(0%);
    transform: scale(1.6) translateX(0%);
    transform-origin: top left;
  }
  .fullscreen .list_menu_wrapper {
    bottom: 250px;
  }
}
@media screen and (max-aspect-ratio: 2 / 1) and (min-width: 2480px), screen and (min-aspect-ratio: 2 / 1) and (min-height: 1280px) {
  /*-アスペクト比が2:1以下かつ幅が$min_w以上 or アスペクト比が2:1以上かつ高さが$min_h以上-*/
  .fullscreen .sub_area,
  .fullscreen .sub_contents {
	/* 旧
    -moz-transform: scale(2) translateX(-50%);
    -ms-transform: scale(2) translateX(-50%);
    -webkit-transform: scale(2) translateX(-50%);
    transform: scale(2) translateX(-50%);
    */
    -moz-transform: scale(2) translateX(0%);
    -ms-transform: scale(2) translateX(0%);
    -webkit-transform: scale(2) translateX(0%);
    transform: scale(2) translateX(0%);
    transform-origin: top left;
  }
  .fullscreen .list_menu_wrapper {
    bottom: 300px;
  }
}
@media screen and (max-aspect-ratio: 2 / 1) and (min-width: 2960px), screen and (min-aspect-ratio: 2 / 1) and (min-height: 1600px) {
  /*-アスペクト比が2:1以下かつ幅が$min_w以上 or アスペクト比が2:1以上かつ高さが$min_h以上-*/
  .fullscreen .sub_area,
  .fullscreen .sub_contents {
	/* 旧
    -moz-transform: scale(2.5) translateX(-50%);
    -ms-transform: scale(2.5) translateX(-50%);
    -webkit-transform: scale(2.5) translateX(-50%);
    transform: scale(2.5) translateX(-50%);
    */
    -moz-transform: scale(2.5) translateX(0%);
    -ms-transform: scale(2.5) translateX(0%);
    -webkit-transform: scale(2.5) translateX(0%);
    transform: scale(2.5) translateX(0%);
    transform-origin: top left;
  }
  .fullscreen .list_menu_wrapper {
    bottom: 400px;
  }
}
@media screen and (max-aspect-ratio: 2 / 1) and (min-width: 4000px), screen and (min-aspect-ratio: 2 / 1) and (min-height: 2128px) {
  /*-アスペクト比が2:1以下かつ幅が$min_w以上 or アスペクト比が2:1以上かつ高さが$min_h以上-*/
  .fullscreen .sub_area,
  .fullscreen .sub_contents {
	/* 旧
    -moz-transform: scale(3) translateX(-50%);
    -ms-transform: scale(3) translateX(-50%);
    -webkit-transform: scale(3) translateX(-50%);
    transform: scale(3) translateX(-50%);
	*/
    -moz-transform: scale(3) translateX(0%);
    -ms-transform: scale(3) translateX(0%);
    -webkit-transform: scale(3) translateX(0%);
    transform: scale(3) translateX(0%);
    transform-origin: top left;
  }
  .fullscreen .list_menu_wrapper {
    bottom: 450px;
  }
}
@media screen and (max-width: 800px), screen and (max-height: 660px) {
  .fullscreen #cf_menutimer {
    /*-タイマー-*/
    left: 10px;
    top: 10px;
    width: 80px;
    height: 80px;
  }
  .fullscreen .timer_text {
    font-size: 80%;
  }
  .fullscreen .list_menu_dupple {
    max-width: 512px;
  }
  .fullscreen .main_button.list_style .list_button {
    font-size: 110%;
  }

  .speaker_vol.full {
    /*- fullscreen用 音量調整 2019.01.17 -*/
    width: 60px;
    height: 38px;
    margin-left: 5px;
    margin-top: 7px;
    box-shadow: none;
    /*-2019.01.15 header_logoがボタンの上に被るので-*/
    z-index: 2;
  }
  .speaker_vol.full p {
    display: none;
  }
  .speaker_vol.full label span {
    width: 60px;
    height: 38px;
  }
  .speaker_vol.full:hover:before {
    /*- hover範囲拡張 -*/
    height: 248px;
  }
  .speaker_vol.full:hover ul:before {
    height: 34px;
  }
}
@media screen and (max-width: 800px), screen and (max-height: 660px) {
  .middle_setting_wrapper {
    display: none;
  }

  .fullscreen header {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .fullscreen .controller_div > * {
    display: none;
  }
  .fullscreen .controller_top_div {
    display: block;
  }
  .fullscreen.mode_script .controller_top_div, .fullscreen.mode_move .controller_top_div {
    /*- コントローラーは消してあるがfloatingコントローラーは表示してる状態 -*/
    display: block;
  }
  .fullscreen .main_button.fix_style .list_button {
    font-size: 110%;
  }
  .fullscreen .main_button.list_style .list_button {
    margin: 2.08333% auto;
  }
}
@media screen and (max-height: 640px), screen and (max-width: 640px) {
  .fullscreen header {
    height: 32px;
    min-height: 0;
  }
  .fullscreen header div:not(.btn_menu) > button[class*="_btn "], .fullscreen header div:not(.btn_menu) > button[class$="_btn"] {
    /*-後方一致class名-*/
    height: 24px;
    width: 48px;
    border-radius: 6px;
    min-width: initial;
    overflow: hidden;
  }
  .fullscreen header div:not(.btn_menu) > button[class*="_btn "]:before, .fullscreen header div:not(.btn_menu) > button[class$="_btn"]:before {
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform: translateX(5%) translateY(-5%) scale(0.68);
    -ms-transform: translateX(5%) translateY(-5%) scale(0.68);
    -webkit-transform: translateX(5%) translateY(-5%) scale(0.68);
    transform: translateX(5%) translateY(-5%) scale(0.68);
  }
  .fullscreen header div:not(.btn_menu) > button[class*="_btn "]:after, .fullscreen header div:not(.btn_menu) > button[class$="_btn"]:after {
    border-radius: 5px;
  }
  .fullscreen header div:not(.btn_menu) > button[class*="_btn "] p, .fullscreen header div:not(.btn_menu) > button[class$="_btn"] p {
    text-indent: 9999px;
  }
  .fullscreen header div:not(.btn_menu) > button.reload_btn:before {
    left: 10px;
  }
  .fullscreen header .sidemenu .setting_btn {
    margin-top: 5px;
  }
  .fullscreen header .sidemenu .setting_btn:before {
    left: 10px;
  }
  .fullscreen header .sidemenu .setting_btn p:before {
    /*-三角-*/
    left: 6px;
    top: 4px;
    border-width: 6px 6px 6px 0;
  }
  .fullscreen header .sidemenu.on .setting_btn:before {
    left: auto;
  }
  .fullscreen header .sidemenu.on .setting_btn p:before {
    /*-三角-*/
    left: 34px;
    border-width: 6px 0 6px 6px;
  }
  .fullscreen header .sidemenu.on .sidemenu_inner {
    top: 31px;
    right: 0;
    border-radius: 8px;
    padding: 10px 6px 6px;
  }
  .fullscreen header .sidemenu.on .sidemenu_inner:before {
    border-radius: 16px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }
  .fullscreen .header_menu {
    margin-right: 0;
  }
  .fullscreen .header_menu > button {
    margin-top: 5px;
    margin-left: 2px;
    /*-2019.01.15 header_logoがボタンの上に被るので-*/
    z-index: 2;
  }
  .fullscreen .main_button.fix_style, .fullscreen .main_button.list_style {
    max-width: 600px;
    /*-vh未対応ブラウザ用-*/
    max-width: calc(100vh * 1.76 - 300px);
    max-height: 300px;
    /*-vw未対応ブラウザ用-*/
    max-height: calc(100vw * 0.56 - 5px);
  }
  .fullscreen .main_button.list_style .list_style_inner {
    max-width: 640px;
    max-width: 100vh;
  }
  .fullscreen .main_button.list_style .list_button {
    width: 80%;
    height: 26%;
    margin: 4% auto;
  }
  .fullscreen .main_button.list_style.b_count1 .list_button {
    height: 35%;
    margin-top: 8%;
  }
  .fullscreen .main_button.list_style.b_count2 .list_button {
    margin: 6.5% auto 0;
  }
  .fullscreen .main_button.list_style.b_count3 .list_button {
    margin: 4.5% auto 0;
  }
  .fullscreen .main_button.list_style.b_count4 .list_button:nth-of-type(2) ~ .list_button {
    margin: 3.5% auto 0;
  }
  .fullscreen .main_button.list_style.b_count5 .list_button, .fullscreen .main_button.list_style.b_count6 .list_button {
    max-height: 12%;
    margin: 1.8% auto 0;
  }

  /*- 移動モード -*/
  .speaker_vol.full {
    /*- fullscreen用 音量調整 2019.01.17 -*/
    height: 24px;
    width: 48px;
    border-radius: 6px;
    margin-top: 5px;
    margin-left: 2px;
  }
  .speaker_vol.full label span {
    height: 24px;
    width: 48px;
  }
  .speaker_vol.full label span:before {
    border-radius: 5px;
  }
  .speaker_vol.full label span:after {
    -moz-transform-origin: 40% 0;
    -ms-transform-origin: 40% 0;
    -webkit-transform-origin: 40% 0;
    transform-origin: 40% 0;
    -moz-transform: translateX(5%) translateY(-5%) scale(0.68);
    -ms-transform: translateX(5%) translateY(-5%) scale(0.68);
    -webkit-transform: translateX(5%) translateY(-5%) scale(0.68);
    transform: translateX(5%) translateY(-5%) scale(0.68);
  }
  .speaker_vol.full:hover:before {
    /*- hover範囲拡張 -*/
    height: 160px;
  }
  .speaker_vol.full:hover label span {
    /*- hover時の各音量のサイズ -*/
    height: 24px;
    width: 48px;
  }
  .speaker_vol.full:hover ul:before {
    height: 20px;
  }

  .sidemenu_inner > .btn_menu,
  .sidemenu_inner > .login_menu,
  .sidemenu_inner > .midashi_p,
  .sidemenu_inner > .player_setting {
    /*-2019.02.16 ログインメニュー追加-*/
    margin: 5px;
  }
  .sidemenu_inner .login_menu button[class*="_btn "], .sidemenu_inner .login_menu button[class$="_btn"] {
    /*-後方一致class名-*/
    height: 24px;
    width: 48px;
    border-radius: 6px;
    min-width: initial;
    overflow: hidden;
    margin: 1px;
    margin-top: 2px;
  }
  .sidemenu_inner .login_menu button[class*="_btn "]:before, .sidemenu_inner .login_menu button[class$="_btn"]:before {
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform: translateX(5%) translateY(-5%) scale(0.6);
    -ms-transform: translateX(5%) translateY(-5%) scale(0.6);
    -webkit-transform: translateX(5%) translateY(-5%) scale(0.6);
    transform: translateX(5%) translateY(-5%) scale(0.6);
    left: 10px;
    top: 2px;
  }
  .sidemenu_inner .login_menu button[class*="_btn "]:after, .sidemenu_inner .login_menu button[class$="_btn"]:after {
    border-radius: 5px;
  }
  .sidemenu_inner .login_menu button[class*="_btn "] p, .sidemenu_inner .login_menu button[class$="_btn"] p {
    text-indent: 9999px;
  }
}
@media screen and (max-height: 512px), screen and (max-width: 512px) {
  .fullscreen .fullscreen .list_menu_wrapper, .fullscreen .fullscreen .fullscreen
  .list_menu_wrapper,
  .fullscreen .main_button.fix_style,
  .fullscreen .main_button.list_style {
    bottom: 19%;
  }
  .fullscreen .list_menu_dupple {
    max-width: 480px;
  }
  .fullscreen .controller_top_div .controller .ctrl_direction_wrapper {
    width: 100px;
  }
  .fullscreen .main_button.fix_style .list_button {
    font-size: 100%;
  }
  .fullscreen .hide_controller {
    font-size: 90%;
  }
  .fullscreen .hide_controller > div button {
    border-radius: 3px;
    padding: 4px 8px;
    font-size: inherit;
    /*-文字の大きさを継承-*/
  }
  .fullscreen .main_button.list_style.b_count1 .list_button, .fullscreen .main_button.list_style.b_count2 .list_button, .fullscreen .main_button.list_style.b_count3 .list_button {
    width: 90%;
  }
  .fullscreen #cf_menutimer {
    /*-タイマー-*/
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    transform-origin: left top;
  }
  .fullscreen .sub_area,
  .fullscreen .sub_contents {
    /*-メッセージ枠-*/
    max-width: 620px;
  }

  .controller_top_div .controller div[class^="ctrl_side_button"] {
    margin: 7px;
  }
  .controller_top_div .controller div[class^="ctrl_side_button"] button {
    font-size: 80%;
    min-height: 20px;
  }
  .controller_top_div .controller div[class^="ctrl_side_button"] button ~ button {
    margin: 3px 0 0;
  }

  /*-移動モード：移動パネル表示、メッセージ消去-*/
  .fullscreen.mode_move.mode_map .other_area_iframe {
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  .bottom_area.put_down {
    max-height: calc(100vw * 0.56 + 120px + 1.5vw);
    /*-最後の値はメッセージエリアの高さ(px)+ bottomの開けたスペース(vw)-*/
  }

  .fullscreen .controller_top_div .controller .ctrl_direction_wrapper {
    width: 95px;
  }
  .fullscreen .hedder_setting_wrapper {
    display: block;
  }
  .fullscreen .middle_setting_wrapper {
    display: none;
  }
  .fullscreen .information_area2 {
    font-size: 90%;
    height: 16px;
  }
  .fullscreen .list_menu_dupple {
    max-width: 420px;
  }
  .fullscreen .sub_area,
  .fullscreen .sub_contents {
    max-width: 380px;
    /*-vh未対応ブラウザ用-*/
    max-width: calc(100vh * 1.76 - 240px);
  }
  .fullscreen #cf_ctrlmsg_base {
    /*-メッセージをコンパクト化-*/
    background-color: transparent;
    border: none;
    top: -25px;
    right: -3px;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    right: -3px;
    top: 100%;
    margin-top: -4px;
    transform-origin: right top;
  }
  .fullscreen .sub_contents_inner .mbox_chara_kai {
    margin: 0;
  }
  .fullscreen .sub_contents_inner {
    width: 98%;
    margin: 20px 0 0 1%;
    background-color: rgba(0, 0, 0, 0.55);
    border: none;
    min-height: 0;
  }
  .fullscreen .sub_contents_inner:before, .fullscreen .sub_contents_inner:after {
    content: none;
  }
  .fullscreen .sub_contents_inner .mbox_chara_kai {
    z-index: inherit;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    border: none;
    background: none;
    width: 50px;
    height: 50px;
    background-color: transparent;
    position: absolute;
    left: 5px;
    top: 5px;
  }
  .fullscreen .sub_contents_inner .mbox_chara_kai:before, .fullscreen .sub_contents_inner .mbox_chara_kai:after {
    content: none;
  }
  .fullscreen .sub_contents_inner .mbox_chara_kai + .m_txt_kai {
    margin-left: 60px;
  }
  .fullscreen .sub_contents_inner .m_txt_kai .m_name_kai {
    position: static;
  }
  .fullscreen .sub_contents_inner .m_txt_kai .m_name_kai p {
    min-height: 0;
    display: block;
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  }
  .fullscreen .sub_contents_inner .m_txt_kai .m_middle_kai {
    margin: 0;
    padding: 0.2em 0.1em;
    border: none;
    position: static;
  }
  .fullscreen .sub_contents_inner .m_txt_kai .m_txt_area_kai {
    margin: 0;
    color: #d7ffbe;
    font-size: 100%;
    line-height: 1.55;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  }
  .fullscreen #cf_face_area {
    width: 120px;
    height: 120px;
    left: 0;
    top: 0;
    background: transparent;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform: scale(0.41666);
    -ms-transform: scale(0.41666);
    -webkit-transform: scale(0.41666);
    transform: scale(0.41666);
  }
  .fullscreen .drag_area {
    transform: scale(0.75, 0.75) translateX(42px);
    transform-origin: top right;
  }
  .fullscreen .list_menu_inner {
    /*-リストメニュー-*/
  }
  .fullscreen .list_menu_inner > p + div {
    /*-Pタイトルがある時用-*/
    top: 3em;
  }
  .fullscreen .list_menu_navi {
    width: 36px;
  }
  .fullscreen .list_menu_inner > p {
    margin: 5px 0;
    padding: 5px;
    border-radius: 10px;
    font-size: 100%;
    max-height: 32px;
    line-height: 1.2;
    min-width: 0;
  }
  .fullscreen .list_menu_inner > p:before {
    border-radius: 8px / 50%;
  }
  .fullscreen .list_menu_inner > p:after {
    top: 3px;
    right: 8px;
    bottom: 3px;
    left: 8px;
    border-radius: 6px / 50%;
  }
  .fullscreen .list_menu_inner > div ul {
    min-width: 0;
  }
  .fullscreen .list_menu_inner li {
    font-size: 90%;
    margin-top: 0;
    margin-bottom: 7px;
  }
  .fullscreen .list_menu_inner li a {
    padding: 3px 6px;
    line-height: 1.4;
  }
  .fullscreen .main_button.fix_style .list_button {
    font-size: 80%;
  }
  .fullscreen .main_button.list_style .list_button {
    font-size: 100%;
  }
  .fullscreen .main_button.list_style.b_count4 .list_button, .fullscreen .main_button.list_style.b_count5 .list_button, .fullscreen .main_button.list_style.b_count6 .list_button {
    max-height: 13%;
  }
  .fullscreen .main_button.list_style.b_count4 .list_button:nth-of-type(2) ~ .list_button {
    margin-top: 3%;
  }

  /*-移動モード、スクリプトモード-*/
  /*-移動モード：移動パネル表示、メッセージ消去-*/
}
@media screen and (max-height: 320px), screen and (max-width: 320px) {
  .bottom_area.put_down {
    max-height: calc(100vw * 0.56 + 100px + 1.5vw);
    /*-最後の値はメッセージエリアの高さ(px)+ bottomの開けたスペース(vw)-*/
  }

  .fullscreen .information_area2 {
    font-size: 84%;
    height: 15px;
  }
  .fullscreen header {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxcHgiIHN0b3AtY29sb3I9IiM5YmQ1M2QiLz48c3RvcCBvZmZzZXQ9IjJweCIgc3RvcC1jb2xvcj0iI2FmZGY2MCIvPjxzdG9wIG9mZnNldD0iMnB4IiBzdG9wLWNvbG9yPSIjZjBmZWQ3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWNmY2QxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1px, #9bd53d), color-stop(2px, #afdf60), color-stop(2px, #f0fed7), color-stop(100%, #ecfcd1));
    background-image: -moz-linear-gradient(top, #9bd53d 1px, #afdf60 2px, #f0fed7 2px, #ecfcd1 100%);
    background-image: -webkit-linear-gradient(top, #9bd53d 1px, #afdf60 2px, #f0fed7 2px, #ecfcd1 100%);
    background-image: linear-gradient(to bottom, #9bd53d 1px, #afdf60 2px, #f0fed7 2px, #ecfcd1 100%);
  }
  .fullscreen header div:not(.btn_menu) > button[class*="_btn "], .fullscreen header div:not(.btn_menu) > button[class$="_btn"] {
    /*-後方一致class名-*/
    width: 38px;
    margin-left: 0;
  }
  .fullscreen header div:not(.btn_menu) > button[class*="_btn "]:before, .fullscreen header div:not(.btn_menu) > button[class$="_btn"]:before {
    left: 5px;
    left: 12%;
  }
  .fullscreen header .sidemenu .setting_btn:before {
    margin-right: -5px;
  }
  .fullscreen header .sidemenu .setting_btn p:before {
    left: 5px;
    top: 5px;
    border-width: 5px 5px 5px 0;
  }
  .fullscreen header .sidemenu.on .setting_btn p:before {
    left: 26px;
    top: 5px;
    border-width: 5px 0 5px 5px;
  }
  .fullscreen .header_logo {
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
  .fullscreen .list_menu_wrapper {
    bottom: 108px;
    top: 2px;
    max-height: 128px;
    /*-vw未対応ブラウザ用-*/
    max-height: calc(100vw * 0.56 - 5px);
  }
  .fullscreen .list_menu_dupple {
    max-width: 280px;
  }
  .fullscreen .main_button.list_style .list_button {
    font-size: 80%;
  }
  .fullscreen .m_middle_kai {
    font-size: 84%;
  }
  .fullscreen .sub_area,
  .fullscreen .sub_contents {
    max-width: 280px;
    /*-vh未対応ブラウザ用-*/
    max-width: calc(100vh * 1.76 - 230px);
  }

  /*-移動モード、スクリプトモード-*/
  .controller_top_div .controller > div:not(.drag_area) {
    /*-flexbox解除-*/
    display: block;
  }
  .controller_top_div .controller .ctrl_direction_wrapper {
    margin: 8px auto;
    max-width: 60%;
  }
  .controller_top_div .controller div[class^="ctrl_side_button"] {
    width: auto;
  }

  .speaker_vol.full {
    /*- fullscreen用 音量調整 2019.01.17 -*/
    width: 38px;
    margin-left: 0;
  }
  .speaker_vol.full label span {
    width: 38px;
  }
  .speaker_vol.full:hover label span {
    /*- hover時の各音量のサイズ -*/
    width: 38px;
  }
}
/*- Twitter系 横並び配列 -*/
#cf_smartbbs_tv, #cf_smartbbs_log {
  background-color: #f5f5f5;
  height: auto;
  min-height: inherit;
  /*-上の階層に準拠-*/
  width: auto;
  border: none;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin: 0 40px;
  position: relative;
  /*-タッチスクロール-*/
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 5px 0 12px 0;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
#cf_smartbbs_tv::after, #cf_smartbbs_log::after {
  /*- リストの最後が右端にぴったりになるのが気になるのでスペースを空けるために（marginは効かなかった）-*/
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  padding: 0 1px;
  margin: 0;
}

#cf_smartbbs_log li.twitter {
  width: 200px;
  min-width: 200px;
}
#cf_smartbbs_log li.twitter:first-child {
  margin-left: 10px;
}
#cf_smartbbs_log li.twitter:last-child {
  margin-right: 10px;
}

/*- Twitter系 ページ移動ボタンなど -*/
.page_navi_header {
  color: #fff;
  min-height: 26px;
}
.page_navi_header p {
  font-weight: bolder;
  padding: 3px 8px 2px;
}

.page_navi {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
  background-color: #fff;
}
.page_navi button[class^="page_"] {
  /*-前方一致 共通設定-*/
  border-radius: 0;
  position: absolute;
  z-index: -1;
  top: 10px;
  bottom: 10px;
  height: auto;
  width: 32px;
}
.page_navi button[class^="page_"]:hover {
  opacity: 0.65;
}
.page_navi button.page_previous {
  left: 4px;
}
.page_navi button.page_previous::before {
  margin-left: 1px;
}
.page_navi button.page_next {
  right: 4px;
}
.page_navi button.page_next::before {
  margin-left: 2px;
}

@media screen and (max-height: 640px), screen and (max-width: 640px) {
  #cf_smartbbs_log li.twitter {
    width: 160px;
    min-width: 160px;
  }
  #cf_smartbbs_log p {
    font-size: 90%;
  }
  #cf_smartbbs_log button:not(.mini_b2) {
    font-size: 98%;
  }

  #cf_smartbbs_tv, #cf_smartbbs_log {
    margin: 6px 24px;
  }

  .page_navi button[class^="page_"] {
    width: 20px;
  }
  .page_navi button.page_previous {
    left: 2px;
  }
  .page_navi button.page_previous::before {
    margin-left: -6px;
  }
  .page_navi button.page_next {
    right: 2px;
  }
  .page_navi button.page_next::before {
    margin-left: -3px;
  }
}
/*- media screen切替の判定用div 2019.05.14 -*/
@media screen and (max-width: 800px) {
  .collision_div {
    /*- 判定用 2019.05.14 -*/
    top: 0;
    right: 0;
    bottom: inherit;
    left: inherit;
  }
}
@media screen and (max-height: 660px) {
  .collision_div {
    /*- 判定用 2019.05.14 -*/
    bottom: 0;
    left: 0;
    top: inherit;
    right: inherit;
  }
}
/*----------------------------------------------------
 ランディングページ
----------------------------------------------------*/
/*-2019.03.13 追加-*/
.lpTop_inner > img {
  width: 100%;
}

/*-body設定の代わり-*/
.lpBase {
  font-family: "notoR", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  background-color: #fff;
}

/*----------------------------------------------------
 webフォント設定
----------------------------------------------------*/
@font-face {
  /*-noto太字（ボールド）-*/
  font-family: "notoBold";
  src: url("../fonts/NotoSansCJKjp-Bold_subset.woff"), url("../fonts/NotoSansCJKjp-Bold_subset.eot");
}
@font-face {
  /*-noto少し太字（ミィデアム）-*/
  font-family: "notoM";
  src: url("../fonts/NotoSansCJKjp-Medium_subset.woff"), url("../fonts/NotoSansCJKjp-Medium_subset.eot");
}
@font-face {
  /*-noto普通（レギュラー）-*/
  font-family: "notoR";
  src: url("../fonts/NotoSansCJKjp-Regular_subset.woff"), url("../fonts/NotoSansCJKjp-Regular_subset.eot");
}
.font_noteB {
  font-family: "notoBold";
}

.font_noteM {
  font-family: "notoM";
}

.font_noteR {
  font-family: "notoR";
}

/*----------------------------------------------------
	見出し設定
----------------------------------------------------*/
h1.heading_style {
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "notoBold";
  /*-google webfont Bold-*/
}
h1.heading_style div {
  color: #84b400;
  font-size: 260%;
  position: relative;
  padding: 10px 0px;
}
h1.heading_style div strong {
  color: #f26245;
  margin: 0 5px;
}

h2.heading_style {
  border-bottom: 1px solid #a9e700;
  border-top: 1px solid #a9e700;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "notoBold";
  /*-google webfont Bold-*/
}
h2.heading_style div {
  color: #80af00;
  font-size: 230%;
  position: relative;
  padding: 8px 16px;
}
h2.heading_style div strong {
  color: #f26245;
  margin: 0 5px;
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  h1.heading_style {
    margin-bottom: 5px;
    text-align: center;
  }
  h1.heading_style div {
    display: inline-block;
    text-align: left;
    font-size: 150%;
    padding: 5px 0px;
  }

  h2.heading_style div {
    font-size: 140%;
    padding: 5px 10px;
  }
}
/*-▲-*/
/*----------------------------------------------------
	その他
----------------------------------------------------*/
.photo_flame {
  /*-写真のフレームの効果-*/
  background-color: #fbfdf6;
  padding: 10px;
  border: 1px solid #c8d7a1;
  border-radius: 4px;
}

@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .photo_flame {
    /*-写真のフレームの効果-*/
    padding: 6px;
  }
}
/*----------------------------------------------------
	登録ボタン
----------------------------------------------------*/
.reg_button {
  /*-基本登録ボタン-*/
  font-weight: bolder;
  width: 80%;
  display: block;
  padding: 0.4em;
  border: none;
  text-shadow: 0.02em 0.02em 0.2em #762800;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 0.35em;
  border: 0.2em solid #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background-color: #ff6210;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFB690', endColorstr='#FFFF732A');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWY4NSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmY3ZDM5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZjYyMTAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjVmMGIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffaf85), color-stop(50%, #ff7d39), color-stop(51%, #ff6210), color-stop(100%, #ff5f0b));
  background-image: -moz-linear-gradient(top, #ffaf85 0%, #ff7d39 50%, #ff6210 51%, #ff5f0b 100%);
  background-image: -webkit-linear-gradient(top, #ffaf85 0%, #ff7d39 50%, #ff6210 51%, #ff5f0b 100%);
  background-image: linear-gradient(to bottom, #ffaf85 0%, #ff7d39 50%, #ff6210 51%, #ff5f0b 100%);
  background-image: -ms-linear-gradient(to bottom, #ffaf85 0%, #ff7d39 50%, #ff6210 51%, #ff5f0b 100%);
  position: relative;
  max-width: 16.5em;
  font-size: 100%;
  font-family: "notoBold";
  /*-google webfont Bold-*/
  /*-アニメーション-*/
  -webkit-transition: text-shadow, box-shadow, color 0.8s ease-out;
  -moz-transition: text-shadow, box-shadow, color 0.8s ease-out;
  transition: text-shadow, box-shadow, color 0.8s ease-out;
}
.reg_button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 1px;
  right: 0;
  border-color: #ffe8dc #ff6210 #dc4b00 #ff6210;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0.2em;
}
.reg_button:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWY4NSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmY3ZDM5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZjYyMTAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjVmMGIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffaf85), color-stop(50%, #ff7d39), color-stop(51%, #ff6210), color-stop(100%, #ff5f0b));
  background-image: -moz-linear-gradient(top, #ffaf85 0%, #ff7d39 50%, #ff6210 51%, #ff5f0b 100%);
  background-image: -webkit-linear-gradient(top, #ffaf85 0%, #ff7d39 50%, #ff6210 51%, #ff5f0b 100%);
  background-image: linear-gradient(to bottom, #ffaf85 0%, #ff7d39 50%, #ff6210 51%, #ff5f0b 100%);
  background-image: -ms-linear-gradient(to bottom, #ffaf85 0%, #ff7d39 50%, #ff6210 51%, #ff5f0b 100%);
  border-radius: 0.2em;
  opacity: 1;
  /*-アニメーション-*/
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

/*-緑ボタン-*/
.reg_button.green {
  text-shadow: 0.02em 0.02em 0.2em #486711;
  background-color: #85be20;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC0EC72', endColorstr='#FF96DA1D');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZjc1YyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOWVlMjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM4NWJlMjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4M2JmMWEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bff75c), color-stop(50%, #9ee225), color-stop(51%, #85be20), color-stop(100%, #83bf1a));
  background-image: -moz-linear-gradient(top, #bff75c 0%, #9ee225 50%, #85be20 51%, #83bf1a 100%);
  background-image: -webkit-linear-gradient(top, #bff75c 0%, #9ee225 50%, #85be20 51%, #83bf1a 100%);
  background-image: linear-gradient(to bottom, #bff75c 0%, #9ee225 50%, #85be20 51%, #83bf1a 100%);
  background-image: -ms-linear-gradient(to bottom, #bff75c 0%, #9ee225 50%, #85be20 51%, #83bf1a 100%);
  position: relative;
}
.reg_button.green:before {
  border-color: #ddf3b7 #85be20 #669219 #85be20;
}
.reg_button.green:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZjc1YyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOWVlMjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5MGQwMjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4M2JmMWEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bff75c), color-stop(50%, #9ee225), color-stop(51%, #90d020), color-stop(100%, #83bf1a));
  background-image: -moz-linear-gradient(top, #bff75c 0%, #9ee225 50%, #90d020 51%, #83bf1a 100%);
  background-image: -webkit-linear-gradient(top, #bff75c 0%, #9ee225 50%, #90d020 51%, #83bf1a 100%);
  background-image: linear-gradient(to bottom, #bff75c 0%, #9ee225 50%, #90d020 51%, #83bf1a 100%);
  background-image: -ms-linear-gradient(to bottom, #bff75c 0%, #9ee225 50%, #90d020 51%, #83bf1a 100%);
}

/*-紫ボタン-*/
.reg_button.purple {
  text-shadow: 0.02em 0.02em 0.2em #5e009f;
  background-color: #ae39ff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE2B8FF', endColorstr='#FFB852FF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlYWVmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYmU2MmZmIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNhZTM5ZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzM0ZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #deaeff), color-stop(50%, #be62ff), color-stop(51%, #ae39ff), color-stop(100%, #ac34ff));
  background-image: -moz-linear-gradient(top, #deaeff 0%, #be62ff 50%, #ae39ff 51%, #ac34ff 100%);
  background-image: -webkit-linear-gradient(top, #deaeff 0%, #be62ff 50%, #ae39ff 51%, #ac34ff 100%);
  background-image: linear-gradient(to bottom, #deaeff 0%, #be62ff 50%, #ae39ff 51%, #ac34ff 100%);
  background-image: -ms-linear-gradient(to bottom, #deaeff 0%, #be62ff 50%, #ae39ff 51%, #ac34ff 100%);
  position: relative;
}
.reg_button.purple:before {
  border-color: white #ae39ff #9906ff #ae39ff;
}
.reg_button.purple:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlYWVmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYmU2MmZmIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNhZTM5ZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzM0ZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #deaeff), color-stop(50%, #be62ff), color-stop(51%, #ae39ff), color-stop(100%, #ac34ff));
  background-image: -moz-linear-gradient(top, #deaeff 0%, #be62ff 50%, #ae39ff 51%, #ac34ff 100%);
  background-image: -webkit-linear-gradient(top, #deaeff 0%, #be62ff 50%, #ae39ff 51%, #ac34ff 100%);
  background-image: linear-gradient(to bottom, #deaeff 0%, #be62ff 50%, #ae39ff 51%, #ac34ff 100%);
  background-image: -ms-linear-gradient(to bottom, #deaeff 0%, #be62ff 50%, #ae39ff 51%, #ac34ff 100%);
}

/*-赤ボタン-*/
.reg_button.red {
  text-shadow: 0.02em 0.02em 0.2em #780a00;
  background-color: #ff2512;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF9A91', endColorstr='#FFFF3D2B');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTE4NyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmY0YjNhIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZjI1MTIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjIxMGQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9187), color-stop(50%, #ff4b3a), color-stop(51%, #ff2512), color-stop(100%, #ff210d));
  background-image: -moz-linear-gradient(top, #ff9187 0%, #ff4b3a 50%, #ff2512 51%, #ff210d 100%);
  background-image: -webkit-linear-gradient(top, #ff9187 0%, #ff4b3a 50%, #ff2512 51%, #ff210d 100%);
  background-image: linear-gradient(to bottom, #ff9187 0%, #ff4b3a 50%, #ff2512 51%, #ff210d 100%);
  background-image: -ms-linear-gradient(to bottom, #ff9187 0%, #ff4b3a 50%, #ff2512 51%, #ff210d 100%);
  position: relative;
}
.reg_button.red:before {
  border-color: #ffe0de #ff2512 #de1200 #ff2512;
}
.reg_button.red:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTE4NyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmY0YjNhIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZjI1MTIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjIxMGQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9187), color-stop(50%, #ff4b3a), color-stop(51%, #ff2512), color-stop(100%, #ff210d));
  background-image: -moz-linear-gradient(top, #ff9187 0%, #ff4b3a 50%, #ff2512 51%, #ff210d 100%);
  background-image: -webkit-linear-gradient(top, #ff9187 0%, #ff4b3a 50%, #ff2512 51%, #ff210d 100%);
  background-image: linear-gradient(to bottom, #ff9187 0%, #ff4b3a 50%, #ff2512 51%, #ff210d 100%);
  background-image: -ms-linear-gradient(to bottom, #ff9187 0%, #ff4b3a 50%, #ff2512 51%, #ff210d 100%);
}

/*-ピンクボタン-*/
.reg_button.pink {
  text-shadow: 0.02em 0.02em 0.2em #950b42;
  background-color: #f2468c;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFCBCD6', endColorstr='#FFF85A9A');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWZjZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjg2OWEzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmMjQ2OGMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzNkODgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffafcf), color-stop(50%, #f869a3), color-stop(51%, #f2468c), color-stop(100%, #f73d88));
  background-image: -moz-linear-gradient(top, #ffafcf 0%, #f869a3 50%, #f2468c 51%, #f73d88 100%);
  background-image: -webkit-linear-gradient(top, #ffafcf 0%, #f869a3 50%, #f2468c 51%, #f73d88 100%);
  background-image: linear-gradient(to bottom, #ffafcf 0%, #f869a3 50%, #f2468c 51%, #f73d88 100%);
  background-image: -ms-linear-gradient(to bottom, #ffafcf 0%, #f869a3 50%, #f2468c 51%, #f73d88 100%);
  position: relative;
}
.reg_button.pink:before {
  border-color: white #f2468c #ee176e #f2468c;
}
.reg_button.pink:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWZjZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjg2OWEzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmMjQ2OGMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzNkODgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffafcf), color-stop(50%, #f869a3), color-stop(51%, #f2468c), color-stop(100%, #f73d88));
  background-image: -moz-linear-gradient(top, #ffafcf 0%, #f869a3 50%, #f2468c 51%, #f73d88 100%);
  background-image: -webkit-linear-gradient(top, #ffafcf 0%, #f869a3 50%, #f2468c 51%, #f73d88 100%);
  background-image: linear-gradient(to bottom, #ffafcf 0%, #f869a3 50%, #f2468c 51%, #f73d88 100%);
  background-image: -ms-linear-gradient(to bottom, #ffafcf 0%, #f869a3 50%, #f2468c 51%, #f73d88 100%);
}

/*-青ボタン-*/
.reg_button.blue {
  text-shadow: 0.02em 0.02em 0.2em #00305a;
  background-color: #0082f3;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF74BEFF', endColorstr='#FF0E8FFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5YmFmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMWQ5NmZmIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMwMDgyZjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDgwZWUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #69baff), color-stop(50%, #1d96ff), color-stop(51%, #0082f3), color-stop(100%, #0080ee));
  background-image: -moz-linear-gradient(top, #69baff 0%, #1d96ff 50%, #0082f3 51%, #0080ee 100%);
  background-image: -webkit-linear-gradient(top, #69baff 0%, #1d96ff 50%, #0082f3 51%, #0080ee 100%);
  background-image: linear-gradient(to bottom, #69baff 0%, #1d96ff 50%, #0082f3 51%, #0080ee 100%);
  background-image: -ms-linear-gradient(to bottom, #69baff 0%, #1d96ff 50%, #0082f3 51%, #0080ee 100%);
  position: relative;
}
.reg_button.blue:before {
  border-color: #c0e2ff #0082f3 #0067c0 #0082f3;
}
.reg_button.blue:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5YmFmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMWQ5NmZmIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMwMDgyZjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDgwZWUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #69baff), color-stop(50%, #1d96ff), color-stop(51%, #0082f3), color-stop(100%, #0080ee));
  background-image: -moz-linear-gradient(top, #69baff 0%, #1d96ff 50%, #0082f3 51%, #0080ee 100%);
  background-image: -webkit-linear-gradient(top, #69baff 0%, #1d96ff 50%, #0082f3 51%, #0080ee 100%);
  background-image: linear-gradient(to bottom, #69baff 0%, #1d96ff 50%, #0082f3 51%, #0080ee 100%);
  background-image: -ms-linear-gradient(to bottom, #69baff 0%, #1d96ff 50%, #0082f3 51%, #0080ee 100%);
}

/*-空色ボタン-*/
.reg_button.sky_blue {
  text-shadow: 0.02em 0.02em 0.2em #094c59;
  background-color: #18c3e3;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF85E4F6', endColorstr='#FF26CFEF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxZTlmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzRkMmYwIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMxOGMzZTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMWMzZTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #71e9ff), color-stop(50%, #34d2f0), color-stop(51%, #18c3e3), color-stop(100%, #11c3e5));
  background-image: -moz-linear-gradient(top, #71e9ff 0%, #34d2f0 50%, #18c3e3 51%, #11c3e5 100%);
  background-image: -webkit-linear-gradient(top, #71e9ff 0%, #34d2f0 50%, #18c3e3 51%, #11c3e5 100%);
  background-image: linear-gradient(to bottom, #71e9ff 0%, #34d2f0 50%, #18c3e3 51%, #11c3e5 100%);
  background-image: -ms-linear-gradient(to bottom, #71e9ff 0%, #34d2f0 50%, #18c3e3 51%, #11c3e5 100%);
  position: relative;
}
.reg_button.sky_blue:before {
  border-color: #cdf3fa #18c3e3 #139bb5 #18c3e3;
}
.reg_button.sky_blue:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxZTlmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzRkMmYwIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMxOGMzZTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMWMzZTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #71e9ff), color-stop(50%, #34d2f0), color-stop(51%, #18c3e3), color-stop(100%, #11c3e5));
  background-image: -moz-linear-gradient(top, #71e9ff 0%, #34d2f0 50%, #18c3e3 51%, #11c3e5 100%);
  background-image: -webkit-linear-gradient(top, #71e9ff 0%, #34d2f0 50%, #18c3e3 51%, #11c3e5 100%);
  background-image: linear-gradient(to bottom, #71e9ff 0%, #34d2f0 50%, #18c3e3 51%, #11c3e5 100%);
  background-image: -ms-linear-gradient(to bottom, #71e9ff 0%, #34d2f0 50%, #18c3e3 51%, #11c3e5 100%);
}

/*-青緑ボタン-*/
.reg_button.cyan {
  text-shadow: 0.02em 0.02em 0.2em #164b3a;
  background-color: #39c194;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF96E4CA', endColorstr='#FF45CFA1');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzZWRjOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTFkMmE3Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMzOWMxOTQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMmMzOTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #83edc9), color-stop(50%, #51d2a7), color-stop(51%, #39c194), color-stop(100%, #32c393));
  background-image: -moz-linear-gradient(top, #83edc9 0%, #51d2a7 50%, #39c194 51%, #32c393 100%);
  background-image: -webkit-linear-gradient(top, #83edc9 0%, #51d2a7 50%, #39c194 51%, #32c393 100%);
  background-image: linear-gradient(to bottom, #83edc9 0%, #51d2a7 50%, #39c194 51%, #32c393 100%);
  background-image: -ms-linear-gradient(to bottom, #83edc9 0%, #51d2a7 50%, #39c194 51%, #32c393 100%);
  position: relative;
}
.reg_button.cyan:before {
  border-color: #d4f2e8 #39c194 #2e9a76 #39c194;
}
.reg_button.cyan:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzZWRjOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTFkMmE3Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMzOWMxOTQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMmMzOTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #83edc9), color-stop(50%, #51d2a7), color-stop(51%, #39c194), color-stop(100%, #32c393));
  background-image: -moz-linear-gradient(top, #83edc9 0%, #51d2a7 50%, #39c194 51%, #32c393 100%);
  background-image: -webkit-linear-gradient(top, #83edc9 0%, #51d2a7 50%, #39c194 51%, #32c393 100%);
  background-image: linear-gradient(to bottom, #83edc9 0%, #51d2a7 50%, #39c194 51%, #32c393 100%);
  background-image: -ms-linear-gradient(to bottom, #83edc9 0%, #51d2a7 50%, #39c194 51%, #32c393 100%);
}

/*-hover状態共通-*/
.reg_button:hover {
  background-color: #ffe8aa;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFCD44', endColorstr='#FFFFE8AA');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzUyNSIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZmZjNjJhIi8+PHN0b3Agb2Zmc2V0PSI0MSUiIHN0b3AtY29sb3I9IiNmZmQ0NWQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZkZjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc525), color-stop(40%, #ffc62a), color-stop(41%, #ffd45d), color-stop(100%, #fffdf6));
  background-image: -moz-linear-gradient(top, #ffc525 0%, #ffc62a 40%, #ffd45d 41%, #fffdf6 100%);
  background-image: -webkit-linear-gradient(top, #ffc525 0%, #ffc62a 40%, #ffd45d 41%, #fffdf6 100%);
  background-image: linear-gradient(to bottom, #ffc525 0%, #ffc62a 40%, #ffd45d 41%, #fffdf6 100%);
  background-image: -ms-linear-gradient(to bottom, #ffc525 0%, #ffc62a 40%, #ffd45d 41%, #fffdf6 100%);
  position: relative;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), inset 0 5px 2px rgba(230, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), inset 0 5px 2px rgba(230, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), inset 0 5px 2px rgba(230, 0, 0, 0.1);
  text-shadow: 0.02em 0.02em 0.2em #c38f00;
  color: white;
}
.reg_button:hover:before {
  border-color: #f6b400 #eee #ffefc3 #eee;
  border-style: solid;
}
.reg_button:hover:after {
  /*-マウスオーバーのときに出る（アニメーション用）-*/
  opacity: 0;
}

.free_sign, .no_sign {
  /*--登録無料--*/
  position: relative;
  font-weight: bolder;
  max-width: 16.5em;
  margin: 50px auto 20px;
  z-index: 30;
  width: 80%;
  font-size: 250%;
}
.free_sign > .reg_button, .no_sign > .reg_button {
  width: 100%;
  margin: 0;
}

.free_sign {
  /*--登録無料--*/
}
.free_sign > .reg_button {
  letter-spacing: 0.6em;
}
.free_sign > .reg_button:first-letter {
  padding-left: 15px;
  /*-文字間を開けた分センターがずれるので調整-*/
}
.free_sign:after {
  /*-無料看板-*/
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 110px;
  height: 110px;
  right: -47px;
  top: -57px;
  background-image: url(../img/free_sign.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.no_sign {
  /*--看板無し--*/
}
.no_sign > .reg_button {
  letter-spacing: 0.045em;
}
.no_sign > .reg_button:first-letter {
  padding-left: 0px;
  /*-文字間を開けた分センターがずれるので調整-*/
}

@media screen and (max-width: 900px) {
  /*-900px以下▼-*/
  .free_sign, .no_sign {
    /*--登録無料--*/
    font-size: 200%;
  }

  .free_sign {
    /*--登録無料--*/
  }
  .free_sign:after {
    /*-無料看板-*/
    right: -49px;
    top: -59px;
  }
}
@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .free_sign, .no_sign {
    /*--登録無料--*/
    font-size: 160%;
  }

  .free_sign:after {
    /*-無料看板-*/
    width: 19vw;
    height: 19vw;
    right: -9vw;
    top: -11vw;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .free_sign > .reg_button {
    letter-spacing: 0.3em;
  }
}
/*-▲-*/
/*-ボタン横並びセット-*/
.button_set {
  width: 100%;
  display: table;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-flex-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  flex-pack: center;
  justify-content: center;
  padding: 0 10px 0 10px;
  position: relative;
  margin: 30px auto 20px;
  /*-tableに隙間を付ける-*/
  border-collapse: separate;
  border-spacing: 50px 0;
}
.button_set > .free_sign, .button_set .no_sign {
  /*-新規登録、看板なし共通設定-*/
  min-width: 310px;
  margin: 0;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 512px;
  min-width: 250px;
  display: table-cell;
  padding: 10px;
}
.button_set > .free_sign button.reg_button, .button_set .no_sign button.reg_button {
  max-width: none;
}
.button_set > .free_sign {
  /*-新規登録-*/
  width: 40%;
}
.button_set > .no_sign {
  /*-看板なし-*/
  width: 50%;
}

/*-▲-*/
@media screen and (max-width: 900px) {
  /*-900x以下▼-*/
  .button_set {
    /*-tableに隙間を付ける-*/
    border-spacing: 10px 0;
  }
  .button_set > .free_sign, .button_set .no_sign {
    /*-新規登録、看板なし共通設定-*/
    margin: 0;
    min-width: 100px;
    padding: 5px;
  }
  .button_set > .free_sign {
    /*-新規登録-*/
    width: 40%;
  }
  .button_set > .no_sign {
    /*-看板なし-*/
    width: 50%;
    padding-left: 40px;
  }
}
/*-▲-*/
@media screen and (max-width: 700px) {
  /*-700x以下▼-*/
  .button_set {
    display: block;
    max-width: 400px;
  }
  .button_set > .free_sign, .button_set .no_sign {
    /*-新規登録-*/
    display: table-cell;
    display: block;
    margin: 0 auto;
  }
  .button_set > .free_sign {
    width: 90%;
    margin-top: 40px;
    /*-登録無料が被るのを避けるため-*/
    padding: 5px;
  }
  .button_set > .no_sign {
    width: 90%;
    padding: 5px;
  }
}
/*-▲-*/
@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .button_set {
    display: block;
  }
  .button_set > .free_sign,
  .button_set > .no_sign {
    /*-新規登録-*/
    display: table-cell;
    display: block;
    margin: 0 auto;
    font-size: 5.5vw;
  }
}
/*-▲-*/
.block_space {
  /*-columnと併用してスペースを開ける-*/
  margin: 10px 10px 30px;
  padding: 0 0 0;
  position: relative;
  padding: 0 50px 0;
}

@media screen and (max-width: 800px) {
  /*-800x以下▼-*/
  .block_space {
    padding: 0 20px 0;
  }

  /*-▲-*/
}
@media screen and (max-width: 600px) {
  /*-600x以下▼-*/
  .block_space {
    padding: 0 10px 0;
  }
}
/*-▲-*/
@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .block_space {
    padding: 0 0px 0;
  }
  .block_space:before {
    border-radius: 10px;
    border-width: 2px;
  }
}
/*-▲-*/
/*----------------------------------------------------
	カラム1
----------------------------------------------------*/
.column1 {
  margin-bottom: 100px;
}

.column1_txt p {
  color: #75635b;
  font-size: 180%;
  line-height: 1.6em;
}

@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .column1 {
    width: 90%;
    margin: 10px auto 50px;
  }

  .column1_txt p {
    font-size: 130%;
  }
}
/*----------------------------------------------------
	カラム2 fit
----------------------------------------------------*/
.column2_fit,
.column2_fit_reverse {
  width: 100%;
  background-color: #f7fbe7;
  color: #6f5e57;
  overflow: hidden;
  *zoom: 1;
}

.column2_fit {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmYWZjZjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #fafcf0), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(left, #fafcf0 50%, #ffffff);
  background-image: -webkit-linear-gradient(left, #fafcf0 50%, #ffffff);
  background-image: linear-gradient(to right, #fafcf0 50%, #ffffff);
  background-image: -ms-linear-gradient(to right, #fafcf0 50%, #ffffff);
}

.column2_fit_reverse {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmN2ZiZTciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(50%, #f7fbe7), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(right, #f7fbe7 50%, #ffffff);
  background-image: -webkit-linear-gradient(right, #f7fbe7 50%, #ffffff);
  background-image: linear-gradient(to left, #f7fbe7 50%, #ffffff);
  background-image: -ms-linear-gradient(to left, #f7fbe7 50%, #ffffff);
}

.column2_fit .heading_style,
.column2_fit_reverse .heading_style {
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.column2_fit_img {
  width: 60%;
  float: left;
}
.column2_fit_img img {
  width: 100%;
  vertical-align: top;
}

.column2_fit_txt {
  width: 38%;
  font-size: 150%;
  padding: 30px 20px;
  line-height: 1.8;
  color: #79a500;
  text-shadow: 1px 1px 3px #fff;
  float: right;
}

.column2_fit_reverse .column2_fit_img {
  float: right;
}
.column2_fit_reverse .column2_fit_txt {
  float: left;
}

.in_txt_area {
  margin: auto;
}

.img_harf .column2_fit_img {
  width: 50%;
}
.img_harf .column2_fit_txt {
  width: 48%;
  font-size: 180%;
}

.img_quarter .column2_fit_img {
  width: 30%;
}
.img_quarter .column2_fit_txt {
  width: 67%;
  font-size: 200%;
}

@media screen and (max-width: 800px) {
  /*-800x以下▼-*/
  .column2_fit_txt {
    font-size: 120%;
    padding: 15px 10px;
    line-height: 1.8;
  }

  .img_harf .column2_fit_txt {
    font-size: 135%;
  }

  .img_quarter .column2_fit_txt {
    font-size: 150%;
  }
}
/*-▲-*/
@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .column2_fit,
  .column2_fit_reverse {
    background-color: #fdfef8;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmNmMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fafcf0), color-stop(100%, #fefffd));
    background-image: -moz-linear-gradient(left, #fafcf0, #fefffd);
    background-image: -webkit-linear-gradient(left, #fafcf0, #fefffd);
    background-image: linear-gradient(to right, #fafcf0, #fefffd);
    background-image: -ms-linear-gradient(to right, #fafcf0, #fefffd);
  }

  .column2_fit_reverse {
    background-color: white;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmNmMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #fafcf0), color-stop(100%, #fefffd));
    background-image: -moz-linear-gradient(right, #fafcf0, #fefffd);
    background-image: -webkit-linear-gradient(right, #fafcf0, #fefffd);
    background-image: linear-gradient(to left, #fafcf0, #fefffd);
    background-image: -ms-linear-gradient(to left, #fafcf0, #fefffd);
  }

  .column2_fit .column2_fit_img,
  .column2_fit_reverse .column2_fit_img {
    width: 100%;
    float: none;
  }
  .column2_fit .column2_fit_txt,
  .column2_fit_reverse .column2_fit_txt {
    width: 100%;
    float: none;
    line-height: 1.5;
    padding: 4% 8%;
  }

  .img_harf {
    /*-画像半分-*/
  }
  .img_harf .column2_fit_img {
    text-align: center;
  }
  .img_harf .column2_fit_img img {
    width: 85%;
  }
  .img_harf .column2_fit_txt {
    font-size: 130%;
  }

  .img_quarter {
    /*-画像30%-*/
  }
  .img_quarter .column2_fit_img {
    text-align: center;
  }
  .img_quarter .column2_fit_img img {
    width: 70%;
  }
  .img_quarter .column2_fit_txt {
    font-size: 130%;
  }
}
/*-▲-*/
/*----------------------------------------------------
	2カラム
----------------------------------------------------*/
.column2_img {
  display: table-cell;
  width: 60%;
  padding: 0;
}

.img_shadow {
  position: relative;
  padding: 0;
}
.img_shadow:before, .img_shadow:after {
  /*--画像影--*/
  display: block;
  position: absolute;
  content: "";
  bottom: 20px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #aaaaaa;
  -moz-box-shadow: 0 15px 10px #aaaaaa;
  -webkit-box-shadow: 0 15px 10px #aaaaaa;
  box-shadow: 0 15px 10px #aaaaaa;
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.img_shadow:after {
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
  right: 10px;
  left: auto;
}
.img_shadow img {
  width: 100%;
  min-width: 240px;
  position: relative;
  z-index: 10;
}

.column2_txt {
  display: table-cell;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.column2_txt_inner {
  padding: 0px 15px;
  margin: 0;
}
.column2_txt_inner p {
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.7;
  color: #779526;
  position: relative;
  z-index: 30;
  font-size: 160%;
}

@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .column2_img {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0px;
  }

  .img_shadow {
    margin: 0;
    margin-top: 3px;
    padding: 0;
  }
  .img_shadow:before, .img_shadow:after {
    /*--画像影なし--*/
    display: none;
  }
  .img_shadow img {
    width: 100%;
    min-width: 50px;
    margin: 0;
    background-color: #fff;
  }

  .column2_txt {
    display: block;
    width: 100%;
    margin: 0;
  }
  .column2_txt .column2_txt_inner {
    padding: 0px 5px;
    margin: 0;
  }
  .column2_txt .column2_txt_inner p {
    font-size: 100%;
  }
}
/*-▲-*/
/*----------------------------------------------------
	3カラム
----------------------------------------------------*/
.column3 .in_block > div {
  /*-left,center,right共通設定-*/
  position: relative;
  display: table-cell;
  width: 33.333%;
}

.column3_img {
  /*--画像共通--*/
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 93%;
}
.column3_img img {
  width: 100%;
}

.column3_left,
.column3_center {
  /*-境界線-*/
}
.column3_left:after,
.column3_center:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(204, 204, 204, 0.3);
}

.column3_txt {
  /*--テキスト共通--*/
  width: 93%;
  padding: 3px;
  margin: 3px auto 0;
  background-color: #F5FFDB;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZmZlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8ffe5), color-stop(100%, #fcfff5));
  background-image: -moz-linear-gradient(#f8ffe5, #fcfff5);
  background-image: -webkit-linear-gradient(#f8ffe5, #fcfff5);
  background-image: linear-gradient(#f8ffe5, #fcfff5);
  background-image: -ms-linear-gradient(#f8ffe5, #fcfff5);
  border: 1px solid #e1f2b5;
  position: relative;
}
.column3_txt:after {
  /*-ページ折-*/
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-color: #fff;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #d8ee9f transparent transparent transparent;
  right: -1px;
  bottom: -1px;
}
.column3_txt p {
  margin: 5px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 125%;
  color: #6d8923;
}

.balloon_type {
  /*-吹き出しバージョン-*/
}
.balloon_type .column3_txt {
  /*--テキスト共通--*/
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px;
}
.balloon_type .column3_txt:before {
  /*-吹き出し先下-*/
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-color: #fff;
  border-style: solid;
  border-width: 0 12px 23px 12px;
  border-color: transparent transparent #e1f2b5 transparent;
  background-color: transparent;
  right: 50%;
  top: -24px;
}
.balloon_type .column3_txt:after {
  /*-吹き出し先上-*/
  right: 50%;
  top: -21px;
  border-width: 0 12px 22px 12px;
  border-color: transparent transparent #f8ffe5 transparent;
  background-color: transparent;
}

@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .column3 h2 + .in_block {
    padding-top: 6px;
  }
  .column3 .in_block {
    padding: 3px 0 0;
    display: block;
  }
  .column3 .in_block > div {
    /*-left,center,right共通設定-*/
    position: relative;
    width: auto;
    margin: 0 0 10px;
    padding: 0;
    display: inline-block;
  }
  .column3 .in_block > div:before {
    content: "";
    display: none;
  }

  .column3_img {
    /*--画像共通--*/
    margin: 2% 0 0 3%;
    width: 50%;
    display: inline-block;
    float: left;
  }
  .column3_img img {
    vertical-align: top;
    z-index: 10;
    position: relative;
  }

  .column3_left,
  .column3_center,
  .column3_right {
    /*-境界線-*/
  }
  .column3_left:after,
  .column3_center:after,
  .column3_right:after {
    display: none;
  }

  .column3_right {
    /*-境界線-*/
  }
  .column3_right:after {
    display: none;
  }

  .column3_txt {
    /*--テキスト共通--*/
    vertical-align: top;
    border-width: 0 1px 1px 0;
    display: block;
    padding: 6px;
    width: 98%;
    margin: 0 auto;
    background: #fcfff5;
  }
  .column3_txt:after {
    /*-ページ折-*/
    border-width: 8px 8px 0 0;
  }
  .column3_txt p {
    margin: 0 0 5px;
    letter-spacing: 0.05em;
    font-size: 100%;
  }

  .balloon_type {
    /*-吹き出しバージョン-*/
  }
  .balloon_type .column3_img {
    float: none;
    margin: 0 auto 10px;
    width: 100%;
    text-align: center;
  }
  .balloon_type .column3_left,
  .balloon_type .column3_center,
  .balloon_type .column3_right {
    /*-境界線-*/
  }
  .balloon_type .column3_left:after,
  .balloon_type .column3_center:after,
  .balloon_type .column3_right:after {
    display: none;
  }
  .balloon_type .column3_txt {
    /*--テキスト共通--*/
    border-radius: 5px;
    padding: 5px;
    margin: 0 auto;
    margin-top: 15px;
    border: 1px solid #e1f2b5;
  }
  .balloon_type .column3_txt:before {
    /*-吹き出し先下-*/
    border-width: 21px 0 0 20px;
    border-color: transparent transparent transparent #e1f2b5;
    right: 30%;
    top: -21px;
  }
  .balloon_type .column3_txt:after {
    /*-吹き出し先上-*/
    right: 30%;
    top: -18px;
    border-width: 20px 0 0 18px;
    border-color: transparent transparent transparent #fcfff5;
  }
}
/*----------------------------------------------------
	画像メインのブロック
----------------------------------------------------*/
/*-画像を全体に広げる-*/
.block_imgMain .in_block {
  width: 100%;
  position: relative;
}

.imgMain_img {
  margin: 0;
  width: 100%;
  margin-top: 0px;
  text-align: center;
}
.imgMain_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.imgMain_txt {
  /*-画像の上のテキスト-*/
  position: absolute;
  font-size: 300%;
  line-height: 1.8;
  font-family: "notoBold";
  font-weight: bold;
  color: #fff493;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.4);
  right: 20px;
  left: 20px;
  bottom: 50px;
  padding: 10px;
  border-radius: 8px;
}

.imgMain_gradation {
  /*-白から透明のグラデーションパターン。テキストは白の上にのる-*/
}
.imgMain_gradation .imgMain_img {
  position: relative;
}
.imgMain_gradation .imgMain_img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(60%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.95)));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.95) 100%);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.95) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.95) 100%);
}
.imgMain_gradation .imgMain_txt {
  font-size: 230%;
  color: #ec407a;
  background-color: transparent;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5);
  text-shadow: 2px 2px 2px 5px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  right: 0;
  left: auto;
  bottom: 0;
  top: 0;
  padding: 3% 1%;
  height: 100%;
  width: 40%;
}

@media screen and (max-width: 1000px) {
  /*-1000px以下▼-*/
  .imgMain_txt {
    font-size: 200%;
    font-weight: normal;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    text-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.7);
  }

  .imgMain_gradation .imgMain_txt {
    font-size: 180%;
  }
}
/*-▲-*/
@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .block_imgMain .in_block {
    padding-top: 1px;
  }

  .imgMain_txt {
    font-size: 120%;
    font-weight: normal;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.5);
    right: 0;
    left: 0;
    bottom: 0;
    padding: 5px;
  }

  .imgMain_gradation .imgMain_txt {
    font-size: 120%;
    padding: 10px;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5);
    text-shadow: 2px 2px 2px 3px rgba(255, 255, 255, 0.5);
  }
}
/*-▲-*/
/*-矢印看板-*/
.arrow_sign_div {
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  position: relative;
  text-align: center;
}
.arrow_sign_div .arrow_sign_wraper:first-of-type {
  margin-right: 2%;
}
.arrow_sign_div .arrow_sign_wraper:last-of-type {
  margin-left: 2%;
}

.arrow_sign_wraper {
  display: inline-block;
  width: 36%;
  min-width: 200px;
  position: relative;
  /*-ボタン処理-*/
}
.arrow_sign_wraper .reg_button {
  width: 100%;
  max-width: none;
  font-size: 180%;
  padding: 15px 5px;
}
.arrow_sign_wraper .ribbon_header {
  position: absolute;
  top: 5%;
}
.arrow_sign_wraper.no_arrow .ribbon_header {
  top: 6%;
}

.ribbon_header {
  width: 100%;
  max-width: 600px;
  color: #fff;
  background: #ff4c48;
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0;
  padding-bottom: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.15);
  height: 40px;
  line-height: 1.2;
  font-size: 130%;
  position: relative;
}
.ribbon_header span {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 100%;
}
.ribbon_header:before, .ribbon_header:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top: 8px solid #de4642;
  z-index: -1;
}
.ribbon_header:before {
  left: 0;
  border-right: 8px solid #bb2925;
}
.ribbon_header:after {
  right: 0;
  border-left: 8px solid #bb2925;
}

.arrow_sign_wraper.no_arrow .arrow_sign {
  padding-bottom: 95%;
}
.arrow_sign_wraper.no_arrow .arrow_sign .arrow_sign_inner {
  background-position: 100%  0;
  padding-bottom: 102.04082%;
  -moz-background-size: 200% 125%;
  -o-background-size: 200% 125%;
  -webkit-background-size: 200% 125%;
  background-size: 200% 125%;
}
.arrow_sign_wraper.no_arrow .arrow_sign .arrow_sign_inner img {
  margin-top: 24%;
  border-radius: 0;
}

.arrow_sign {
  width: 100%;
  height: 0px;
  padding-bottom: 130%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.arrow_sign_inner {
  width: 392px;
  height: 500px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 127.55102%;
  background-image: url(../img/arrow_sign.png);
  background-repeat: no-repeat;
  -moz-background-size: 200% 100%;
  -o-background-size: 200% 100%;
  -webkit-background-size: 200% 100%;
  background-size: 200% 100%;
  background-position: 0  0;
  z-index: -1;
}
.arrow_sign_inner img {
  width: 85%;
  height: auto;
  margin-top: 23%;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 720px) {
  /*-720x以下-*/
  .ribbon_header {
    top: 4%;
    font-size: 120%;
    height: 38px;
  }
}
@media screen and (max-width: 640px) {
  /*-640x以下-*/
  .arrow_sign_wraper {
    /*-ボタン処理-*/
  }
  .arrow_sign_wraper .reg_button {
    font-size: 140%;
    padding: 10px 5px;
  }

  .ribbon_header {
    font-size: 110%;
    height: 36px;
  }
}
@media screen and (max-width: 480px) {
  /*-480x以下-*/
  .arrow_sign_div .arrow_sign_wraper:first-of-type {
    margin-left: auto;
    margin-right: auto;
  }
  .arrow_sign_div .arrow_sign_wraper:last-of-type {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .arrow_sign_wraper {
    width: 50%;
    min-width: 220px;
    display: block;
  }

  .ribbon_header {
    font-size: 100%;
    height: 30px;
  }
}
/*-eventviewer用-*/
/*- サイズに合わせての拡縮対応 -*/
.music_b,
.music_b_off,
.fast_b,
.fast_b_off {
  background-image: url(../img/icon_option.png);
  background-repeat: no-repeat;
  display: inline-block;
  -moz-background-size: 100% 800%;
  -o-background-size: 100% 800%;
  -webkit-background-size: 100% 800%;
  background-size: 100% 800%;
  background-position: 0 0;
  vertical-align: text-bottom;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.music_b:hover,
.music_b_off:hover,
.fast_b:hover,
.fast_b_off:hover {
  opacity: 0.5;
}

.music_b {
  background-position: 0 28.57143%;
}

.music_b_off {
  background-position: 0 42.85714%;
  border-color: #ccc;
}

.fast_b_ {
  background-position: 0 57.14286%;
}

.fast_b_off_ {
  background-position: 0 71.42857%;
  border-color: #ccc;
}

/*- eventviewer用ヘッダー -*/
.ev_header {
  height: 32px;
  min-height: 32px;
  position: relative;
  z-index: 2;
  background-color: #ebfbcf;
}
@media screen and (min-width: 512px) {
  .ev_header {
    /*- $p512以上-*/
    /*-ヘッダーロゴ線-*/
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIycHgiIHN0b3AtY29sb3I9IiM5YWQ0M2MiLz48c3RvcCBvZmZzZXQ9IjJweCIgc3RvcC1jb2xvcj0iI2M0ZTE4ZCIvPjxzdG9wIG9mZnNldD0iM3B4IiBzdG9wLWNvbG9yPSIjZjBmZWRhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWRmYWQwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(2px, #9ad43c), color-stop(2px, #c4e18d), color-stop(3px, #f0feda), color-stop(100%, #edfad0));
    background-image: -moz-linear-gradient(top, #9ad43c 2px, #c4e18d 2px, #f0feda 3px, #edfad0 100%);
    background-image: -webkit-linear-gradient(top, #9ad43c 2px, #c4e18d 2px, #f0feda 3px, #edfad0 100%);
    background-image: linear-gradient(to bottom, #9ad43c 2px, #c4e18d 2px, #f0feda 3px, #edfad0 100%);
  }
}
@media screen and (min-width: 640px) {
  .ev_header {
    /*- $p640以上-*/
    /*-ヘッダーロゴ線-*/
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIycHgiIHN0b3AtY29sb3I9IiM5YWQ0M2MiLz48c3RvcCBvZmZzZXQ9IjJweCIgc3RvcC1jb2xvcj0iI2M0ZTM4YiIvPjxzdG9wIG9mZnNldD0iNHB4IiBzdG9wLWNvbG9yPSIjZWJmYWQxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWRmYWQwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(2px, #9ad43c), color-stop(2px, #c4e38b), color-stop(4px, #ebfad1), color-stop(100%, #edfad0));
    background-image: -moz-linear-gradient(top, #9ad43c 2px, #c4e38b 2px, #ebfad1 4px, #edfad0 100%);
    background-image: -webkit-linear-gradient(top, #9ad43c 2px, #c4e38b 2px, #ebfad1 4px, #edfad0 100%);
    background-image: linear-gradient(to bottom, #9ad43c 2px, #c4e38b 2px, #ebfad1 4px, #edfad0 100%);
  }
}
.ev_header .header_logo {
  -moz-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  -webkit-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
  transform-origin: 0 0;
  display: none;
}
.ev_header .header_logo:before {
  content: none;
}
.ev_header .header_logo:after {
  content: none;
}
@media screen and (min-width: 512px) {
  .ev_header .header_logo {
    /*- $p512 以上-*/
    display: block;
  }
}
.ev_header .indicator + .header_title {
  max-width: inherit;
  margin-right: 100px;
  margin-left: 5px;
}
.ev_header .indicator + .header_title:before {
  display: none;
}
.ev_header .header_title {
  font-weight: bold;
  color: #729919;
  font-size: 90%;
  font-size: calc(83% + 0.35vw);
  background-color: transparent;
  /*-センター合わせ縦のみ-*/
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 2.4em;
  line-height: 1.3;
  overflow: hidden;
  display: inline;
  text-overflow: clip;
  white-space: normal;
}
.ev_header .header_inner {
  display: block;
  position: relative;
  z-index: inherit;
  margin: 0;
  top: 0;
  padding: 0 0 0 4px;
  background: transparent;
  border: none;
  min-height: inherit;
  width: 100%;
}
@media screen and (min-width: 512px) {
  .ev_header .header_inner {
    /*- $p512 以上-*/
    margin-left: 80px;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 640px) {
  .ev_header .header_inner {
    /*- $p640 以上-*/
    margin-left: 100px;
    width: calc(100% - 100px);
  }
}
.ev_header .header_logo {
  -moz-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  -webkit-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
  transform-origin: 0 0;
  display: none;
}
.ev_header .header_logo:before {
  content: none;
}
.ev_header .header_logo:after {
  content: none;
}
@media screen and (min-width: 512px) {
  .ev_header .header_logo {
    /*- $p512 以上-*/
    display: block;
  }
}
.ev_header .header_menu {
  float: none;
  position: absolute;
  right: 43px;
  height: 32px;
  margin-right: 10px;
}
.ev_header .header_menu .fullscreen_btn {
  width: 40px;
  min-width: 40px;
  height: 28px;
  border-radius: 6px;
  margin: 3px;
}
.ev_header .header_menu .fullscreen_btn:before {
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  left: 13%;
  top: -6%;
}
.ev_header .header_menu .fullscreen_btn:after {
  border-radius: 6px;
}
.ev_header .option_menu {
  position: absolute;
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  display: inline-block;
  top: 3px;
  right: 0;
}
.ev_header .indicator {
  width: initial;
  padding: 2px 5px;
  position: static;
  margin-top: 7px;
}

/*- eventviewer用ログエリア -*/
.ev_log_area {
  width: 98.5%;
  max-width: 800px;
  height: 20vw;
  margin: auto;
  margin-top: -21vw;
  margin-bottom: 1vw;
  position: relative;
  background-color: rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}
.ev_log_area .music_b,
.ev_log_area .music_b_off,
.ev_log_area .fast_b,
.ev_log_area .fast_b_off {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 800px) {
  .ev_log_area {
    /*- $p800 以下-*/
    width: 100%;
    border-radius: 0;
    margin-top: -20vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 512px) {
  .ev_log_area {
    /*- $p512 以下-*/
    position: absolute;
    bottom: 0;
    top: 0;
    top: 40%;
    /*- calc未対応用 -*/
    top: calc(100vw * 0.56667 + 22px);
    height: inherit;
    margin: 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*- eventviewer用ログ 統合レイアウト -*/
.ev_log1_wraper {
  /*- 旧other_area -*/
  overflow: auto;
}
.ev_log1_wraper .music_b,
.ev_log1_wraper .music_b_off {
  /*-音楽再生アイコン-*/
  border: 1px solid #b3b3b3;
  float: right;
  margin: 0 -3px -3px 100%;
}

.ev_log2_wraper {
  overflow: auto;
}

.ev_log2_inner {
  /*-旧sub_area-*/
  margin: 10px auto;
  max-width: 720px;
  width: 90%;
  /*- calc未対応用 -*/
  width: calc(100% - 20px);
}

.ev_log1_wraper,
.ev_log2_wraper {
  width: 50%;
  padding: 5px;
}
@media screen and (max-width: 512px) {
  .ev_log1_wraper,
  .ev_log2_wraper {
    /*- $p512 以下-*/
    width: 100%;
    height: 50%;
  }
}

.ev_log1_wraper {
  top: 0;
}

.ev_log2_wraper {
  top: 50%;
  border-top-width: 2px;
}
@media screen and (max-width: 512px) {
  .ev_log2_wraper {
    /*- $p512 以下-*/
    -moz-box-shadow: inset 0 -5px 3px -2px rgba(145, 139, 122, 0.5);
    -webkit-box-shadow: inset 0 -5px 3px -2px rgba(145, 139, 122, 0.5);
    box-shadow: inset 0 -5px 3px -2px rgba(145, 139, 122, 0.5);
    background-color: #cac1a6;
  }
}

.ev_log_area .common_flame {
  margin-bottom: 12px;
  margin-bottom: calc(3% + 0.35vw);
}
@media screen and (max-width: 380px) {
  .ev_log_area .common_flame {
    /*- $p480以下-*/
    /*-table解除-*/
    display: block;
    position: relative;
    padding-bottom: 34px;
    /*-顔アイコンスペース-*/
    margin: 0 0 9px;
  }
  .ev_log_area .common_flame > div {
    display: block;
  }
  .ev_log_area .common_flame > div.flame_l {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .ev_log_area .common_flame > div.flame_r {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.ev_log_area .flame_stretch.flame_balloon {
  padding: 0 15px 0;
}
.ev_log_area .balloon_body.rounded {
  /*-吹き出し本体-*/
  min-height: 45px;
  font-size: 100%;
  border-radius: 7px;
  padding: 7px;
}
.ev_log_area .balloon_body.rounded:before {
  border-radius: 7px;
}
.ev_log_area .balloon_body.rounded p {
  font-size: 68.75%;
  font-size: calc(63% + 0.35vw);
}
.ev_log_area .balloon_body.rounded .balloon_head {
  font-size: 60%;
  font-size: calc(55% + 0.35vw);
  margin-top: -0.4em;
  line-height: 1.3;
  color: #b3b3b3;
}
.ev_log_area .chara_base2.size_m {
  width: 40px;
  height: 32px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: -5px;
  margin-top: 4px;
}
.ev_log_area .chara_base2.size_m:after {
  border-width: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
.ev_log_area .chara_base2.size_m img {
  height: 28px;
  margin-left: -14px;
  bottom: 4px;
}
.ev_log_area .balloon_tip {
  top: 15px;
  left: -7px;
}
.ev_log_area .tip_right .balloon_tip {
  right: -7px;
  left: inherit;
}
.ev_log_area .chat_log_ul {
  max-width: 720px;
  margin: auto;
}
.ev_log_area .chat_log_ul li {
  padding-left: 32px;
  padding-right: 8px;
  font-size: 91.666%;
  font-size: calc(84% + 0.35vw);
  padding-top: 3px;
  border-radius: 5px;
  background-color: transparent;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}
.ev_log_area .chat_log_ul li:after {
  left: 5px;
  right: 5px;
}
.ev_log_area .chat_log_ul li:first-child {
  /*-最初のliはヘッダーにめり込んでいるので-*/
  padding-top: 5px;
}
.ev_log_area .chat_log_ul li img {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 4px;
  top: 1px;
}

@media screen and (max-width: 380px) {
  /*- $p480以下-*/
  .ev_log_area .flame_stretch.flame_balloon {
    padding: 0 3px 0 3px;
    margin-top: 2px;
  }
  .ev_log_area .flame_stretch.flame_balloon .balloon_tip {
    left: 15px;
    top: 100%;
    margin-top: -38px;
  }
  .ev_log_area .flame_stretch.flame_balloon.tip_right {
    padding: 0 3px 0 3px;
    margin-top: 2px;
  }
  .ev_log_area .flame_stretch.flame_balloon.tip_right .balloon_tip {
    top: auto;
    bottom: 5px;
    left: auto;
    right: 5px;
  }
  .ev_log_area .flame_stretch.flame_balloon.tip_right .balloon_tip:before, .ev_log_area .flame_stretch.flame_balloon.tip_right .balloon_tip:after {
    -moz-transform: scaleX(-1) rotate(-70deg);
    -ms-transform: scaleX(-1) rotate(-70deg);
    -webkit-transform: scaleX(-1) rotate(-70deg);
    transform: scaleX(-1) rotate(-70deg);
  }
}
@media screen and (max-width: 380px) {
  /*- $p480以下-*/
  .ev_log_area .flame_stretch.flame_balloon .balloon_tip:before, .ev_log_area .flame_stretch.flame_balloon .balloon_tip:after {
    -moz-transform: rotate(-70deg) scale(0.9) translateX(-6px) translateY(4px);
    -ms-transform: rotate(-70deg) scale(0.9) translateX(-6px) translateY(4px);
    -webkit-transform: rotate(-70deg) scale(0.9) translateX(-6px) translateY(4px);
    transform: rotate(-70deg) scale(0.9) translateX(-6px) translateY(4px);
  }
  .ev_log_area .flame_stretch.flame_balloon.tip_right .balloon_tip:before, .ev_log_area .flame_stretch.flame_balloon.tip_right .balloon_tip:after {
    -moz-transform: rotate(70deg) scaleX(-0.9) scaleY(0.9) translateX(-3px) translateY(14px);
    -ms-transform: rotate(70deg) scaleX(-0.9) scaleY(0.9) translateX(-3px) translateY(14px);
    -webkit-transform: rotate(70deg) scaleX(-0.9) scaleY(0.9) translateX(-3px) translateY(14px);
    transform: rotate(70deg) scaleX(-0.9) scaleY(0.9) translateX(-3px) translateY(14px);
  }
}
